4 references to ERR_InterceptorMustNotHaveThisParameter
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
625
or ErrorCode.
ERR_InterceptorMustNotHaveThisParameter
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
257
this._diagnostics.Add(ErrorCode.
ERR_InterceptorMustNotHaveThisParameter
, attributeLocation, method);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\InterceptorsTests.cs (1)
1697
Diagnostic(ErrorCode.
ERR_InterceptorMustNotHaveThisParameter
, "InterceptsLocation").WithArguments("C.InterceptableMethod(string)").WithLocation(6, 6));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
2979
case ErrorCode.
ERR_InterceptorMustNotHaveThisParameter
: