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