2 references to GetMatchingNamespaceDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceNamespaceSymbol.AliasesAndUsings.cs (2)
66
return GetAliasesAndUsings(
GetMatchingNamespaceDeclaration
(declarationSyntax));
104
var singleDeclaration =
GetMatchingNamespaceDeclaration
(declarationSyntax);