3 references to ERR_InterceptsLocationUnsupportedVersion
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2447or ErrorCode.ERR_InterceptsLocationUnsupportedVersion
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1017diagnostics.Add(ErrorCode.ERR_InterceptsLocationUnsupportedVersion, attributeLocation, version);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\InterceptorsTests.cs (1)
7699Diagnostic(ErrorCode.ERR_InterceptsLocationUnsupportedVersion, "InterceptsLocation").WithArguments($"{version}").WithLocation(6, 6));