3 references to Create
Microsoft.CodeAnalysis.CSharp (3)
Declarations\MergedTypeDeclaration.cs (1)
262
var names = UnionCollection<string>.
Create
(this.Declarations, d => d.MemberNames.Value);
Symbols\MetadataOrSourceAssemblySymbol.cs (2)
128
Interlocked.CompareExchange(ref _lazyTypeNames, UnionCollection<string>.
Create
(this.Modules, m => m.TypeNames), null);
165
Interlocked.CompareExchange(ref _lazyNamespaceNames, UnionCollection<string>.
Create
(this.Modules, m => m.NamespaceNames), null);