6 references to Create
Microsoft.CodeAnalysis.CSharp (3)
Declarations\MergedTypeDeclaration.cs (1)
239
var names = UnionCollection<string>.
Create
(this.Declarations, d => d.MemberNames.Keys);
Symbols\MetadataOrSourceAssemblySymbol.cs (2)
126
Interlocked.CompareExchange(ref _lazyTypeNames, UnionCollection<string>.
Create
(this.Modules, m => m.TypeNames), null);
163
Interlocked.CompareExchange(ref _lazyNamespaceNames, UnionCollection<string>.
Create
(this.Modules, m => m.NamespaceNames), null);
Microsoft.CodeAnalysis.VisualBasic (3)
Declarations\MergedTypeDeclaration.vb (1)
178
Dim names = UnionCollection(Of String).
Create
(Me.Declarations, Function(d) d.MemberNames)
Symbols\MetadataOrSourceAssemblySymbol.vb (2)
107
Interlocked.CompareExchange(_lazyTypeNames, UnionCollection(Of String).
Create
(Me.Modules, Function(m) m.TypeNames), Nothing)
117
Interlocked.CompareExchange(_lazyNamespaceNames, UnionCollection(Of String).
Create
(Me.Modules, Function(m) m.NamespaceNames), Nothing)