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