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