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