4 references to ERR_InterceptorCannotInterceptNameof
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
632
or ErrorCode.
ERR_InterceptorCannotInterceptNameof
Lowering\LocalRewriter\LocalRewriter.cs (1)
252
this._diagnostics.Add(ErrorCode.
ERR_InterceptorCannotInterceptNameof
, nameofIdentiferSyntax.Location);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\InterceptorsTests.cs (1)
1351
Diagnostic(ErrorCode.
ERR_InterceptorCannotInterceptNameof
, "nameof").WithLocation(5, 13)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
2986
case ErrorCode.
ERR_InterceptorCannotInterceptNameof
: