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