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