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