3 references to Create
Microsoft.CodeAnalysis.CSharp (3)
Declarations\DeclarationTable.cs (3)
169
return UnionCollection<string>.
Create
(cachedTypeNames, GetTypeNames(_latestLazyRootDeclaration.Value));
183
return UnionCollection<string>.
Create
(cachedNamespaceNames, GetNamespaceNames(_latestLazyRootDeclaration.Value));
197
return UnionCollection<ReferenceDirective>.
Create
(cachedReferenceDirectives, _latestLazyRootDeclaration.Value.ReferenceDirectives);