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