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