6 references to ERR_FieldsInRoStruct
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1796case ErrorCode.ERR_FieldsInRoStruct:
Symbols\Source\SourceFieldSymbol.cs (1)
69diagnostics.Add(ErrorCode.ERR_FieldsInRoStruct, ErrorLocation);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\ReadOnlyStructsTests.cs (1)
78Diagnostic(ErrorCode.ERR_FieldsInRoStruct, "x").WithLocation(11, 9),
Semantics\RecordStructTests.cs (1)
10584Diagnostic(ErrorCode.ERR_FieldsInRoStruct, "X").WithLocation(4, 16)
Semantics\RefFieldTests.cs (2)
397Diagnostic(ErrorCode.ERR_FieldsInRoStruct, "B1").WithLocation(11, 13), 400Diagnostic(ErrorCode.ERR_FieldsInRoStruct, "B2").WithLocation(12, 22));