2 references to GetNamespaceNames
Microsoft.CodeAnalysis.CSharp (2)
Declarations\DeclarationTable.Cache.cs (1)
71Interlocked.CompareExchange(ref _namespaceNames, GetNamespaceNames(this.MergedRoot), comparand: null);
Declarations\DeclarationTable.cs (1)
182return UnionCollection<string>.Create(cachedNamespaceNames, GetNamespaceNames(_latestLazyRootDeclaration.Value));