5 references to ERR_UnrecognizedRefSafetyRulesAttributeVersion
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2346
or ErrorCode.
ERR_UnrecognizedRefSafetyRulesAttributeVersion
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1493
diagnosticInfo = new CSDiagnosticInfo(ErrorCode.
ERR_UnrecognizedRefSafetyRulesAttributeVersion
, this);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\RefFieldTests.cs (3)
27043
Diagnostic(ErrorCode.
ERR_UnrecognizedRefSafetyRulesAttributeVersion
, "A.F1").WithArguments("A.F1(out int)").WithLocation(3, 41));
27083
Diagnostic(ErrorCode.
ERR_UnrecognizedRefSafetyRulesAttributeVersion
, "A.F1").WithArguments("A.F1(out int)").WithLocation(3, 41));
27122
Diagnostic(ErrorCode.
ERR_UnrecognizedRefSafetyRulesAttributeVersion
, "A.F1").WithArguments("A.F1(out int)").WithLocation(3, 41));