5 references to ERR_RefFieldInNonRefStruct
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2248case ErrorCode.ERR_RefFieldInNonRefStruct:
Symbols\Source\SourceMemberFieldSymbol.cs (1)
494diagnostics.Add(ErrorCode.ERR_RefFieldInNonRefStruct, ErrorLocation);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\RefFieldTests.cs (3)
2062Diagnostic(ErrorCode.ERR_RefFieldInNonRefStruct, "F").WithLocation(4, 13)); 2068Diagnostic(ErrorCode.ERR_RefFieldInNonRefStruct, "F").WithLocation(4, 13)); 20304Diagnostic(ErrorCode.ERR_RefFieldInNonRefStruct, "field").WithLocation(12, 20)