5 references to Create
Microsoft.CodeAnalysis.UnitTests (5)
Collections\ImmutableSegmentedHashSetBuilderTest.cs (1)
164var builder = ImmutableSegmentedHashSet.Create<string>().ToBuilder();
Collections\ImmutableSegmentedHashSetTest.cs (4)
85var collection = ImmutableSegmentedHashSet.Create<int>().Add(5); 114var set = ImmutableSegmentedHashSet.Create<string?>(); 186DebuggerAttributes.ValidateDebuggerDisplayReferences(ImmutableSegmentedHashSet.Create<string>()); 197Type proxyType = DebuggerAttributes.GetProxyType(ImmutableSegmentedHashSet.Create<string>());