3 references to ERR_InterceptorMustHaveMatchingThisParameter
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
609or ErrorCode.ERR_InterceptorMustHaveMatchingThisParameter
Lowering\LocalRewriter\LocalRewriter_Call.cs (2)
240this._diagnostics.Add(ErrorCode.ERR_InterceptorMustHaveMatchingThisParameter, attributeLocation, methodThisParameter, method); 252this._diagnostics.Add(ErrorCode.ERR_InterceptorMustHaveMatchingThisParameter, attributeLocation, method.Parameters[0], method);