4 references to ERR_InterceptorArityNotCompatible
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
634or ErrorCode.ERR_InterceptorArityNotCompatible
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
181this._diagnostics.Add(ErrorCode.ERR_InterceptorArityNotCompatible, attributeLocation, interceptor, netArity, method);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\InterceptorsTests.cs (1)
2740Diagnostic(ErrorCode.ERR_InterceptorArityNotCompatible, "InterceptsLocation").WithArguments("D.Interceptor1<T>(object, T)", "2", "C<object>.InterceptableMethod<T>(object, T)").WithLocation(5, 6));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
2988case ErrorCode.ERR_InterceptorArityNotCompatible: