4 references to ERR_InterceptorNotAccessible
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
628or ErrorCode.ERR_InterceptorNotAccessible
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
207this._diagnostics.Add(ErrorCode.ERR_InterceptorNotAccessible, attributeLocation, interceptor, containingMethod);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\InterceptorsTests.cs (1)
499Diagnostic(ErrorCode.ERR_InterceptorNotAccessible, "InterceptsLocation").WithArguments("D.Interceptor1()", "C.Main()").WithLocation(6, 6));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
2982case ErrorCode.ERR_InterceptorNotAccessible: