5 references to ERR_InterceptorGlobalNamespace
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2431or ErrorCode.ERR_InterceptorGlobalNamespace
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
1170diagnostics.Add(ErrorCode.ERR_InterceptorGlobalNamespace, attributeLocation); 1370diagnostics.Add(ErrorCode.ERR_InterceptorGlobalNamespace, attributeSyntax);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\InterceptorsTests.cs (2)
107Diagnostic(ErrorCode.ERR_InterceptorGlobalNamespace, "InterceptsLocation").WithLocation(5, 6) 327Diagnostic(ErrorCode.ERR_InterceptorGlobalNamespace, "InterceptsLocation").WithLocation(6, 6));