3 references to InterceptorsNamespaces
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
1023
var interceptorsNamespaces = ((CSharpParseOptions)attributeNameSyntax.SyntaxTree.Options).
InterceptorsNamespaces
;
1173
var interceptorsNamespaces = ((CSharpParseOptions)attributeSyntax.SyntaxTree.Options).
InterceptorsNamespaces
;
Symbols\Source\SourceModuleSymbol.cs (1)
346
ImmutableArray<ImmutableArray<string>> interceptorsNamespaces = ((CSharpParseOptions)location.SourceTree.Options).
InterceptorsNamespaces
;