2 references to GetTypeNames
Microsoft.CodeAnalysis.CSharp (2)
Declarations\DeclarationTable.Cache.cs (1)
60Interlocked.CompareExchange(ref _typeNames, GetTypeNames(this.MergedRoot), comparand: null);
Declarations\DeclarationTable.cs (1)
168return UnionCollection<string>.Create(cachedTypeNames, GetTypeNames(_latestLazyRootDeclaration.Value));