[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0274.cs
blobcd077847bf1f151248ee76beeabd8bea0ad44f33
1 // CS0274: `Error0274.Message': Cannot specify accessibility modifiers for both accessors of the property or indexer
2 // Line: 7
3 // Compiler options: -t:library
5 class Error0274
7 protected internal string Message {
8 protected get {
9 return "Hi";
11 internal set {