7 references to ERR_RefFieldCannotReferToRefStruct
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2240case ErrorCode.ERR_RefFieldCannotReferToRefStruct:
Symbols\Source\SourceMemberFieldSymbol.cs (1)
497diagnostics.Add(ErrorCode.ERR_RefFieldCannotReferToRefStruct, typeSyntax.SkipScoped(out _).Location);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Semantics\RefFieldTests.cs (4)
2442Diagnostic(ErrorCode.ERR_RefFieldCannotReferToRefStruct, "ref R1<T>").WithLocation(8, 12), 8044Diagnostic(ErrorCode.ERR_RefFieldCannotReferToRefStruct, "ref R1<T>").WithLocation(10, 12)); 9374Diagnostic(ErrorCode.ERR_RefFieldCannotReferToRefStruct, "ref R<T>").WithLocation(5, 12), 27982Diagnostic(ErrorCode.ERR_RefFieldCannotReferToRefStruct, "ref readonly Span<int>").WithLocation(4, 5),
Semantics\UnsafeTests.cs (1)
3281Diagnostic(ErrorCode.ERR_RefFieldCannotReferToRefStruct, "ref System.TypedReference").WithLocation(5, 12),