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