5 references to ERR_InterceptorGlobalNamespace
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2426or ErrorCode.ERR_InterceptorGlobalNamespace
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
1138diagnostics.Add(ErrorCode.ERR_InterceptorGlobalNamespace, attributeLocation); 1338diagnostics.Add(ErrorCode.ERR_InterceptorGlobalNamespace, attributeSyntax);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\InterceptorsTests.cs (2)
116Diagnostic(ErrorCode.ERR_InterceptorGlobalNamespace, "InterceptsLocation").WithLocation(5, 6) 336Diagnostic(ErrorCode.ERR_InterceptorGlobalNamespace, "InterceptsLocation").WithLocation(6, 6));