3 references to Create
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
SarifV2ErrorLoggerTests.cs (1)
580(AnalyzerForErrorLogTest.Descriptor1.Id, 0, ImmutableHashSet.Create(ReportDiagnostic.Suppress, ReportDiagnostic.Warn))));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
31private static readonly ImmutableHashSet<string> s_implementMemberDiagnosticIds = ImmutableHashSet.Create(
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableHashSet.cs (1)
92return Create((ReadOnlySpan<T>)items);