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