30 references to CreateRange
GenerateDocumentationAndConfigFiles (3)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
27ImmutableHashSet.CreateRange(Enum.GetValues<OutputKind>());
Microsoft.Build (1)
src\5057ed6cf5d6323b\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Analyzers (3)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
27ImmutableHashSet.CreateRange(Enum.GetValues<OutputKind>());
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
27ImmutableHashSet.CreateRange(Enum.GetValues<OutputKind>());
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (1)
994_lazyContractCheckMethods = ImmutableHashSet.CreateRange(validationMethods);
Microsoft.CodeAnalysis.CodeStyle (2)
src\9547feb31df4cc5d\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
51var attributeSetForMethodsToIgnore = ImmutableHashSet.CreateRange(GetAttributesForMethodsToIgnore(context.Compilation).WhereNotNull());
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.cs (1)
91var set = ImmutableHashSet.CreateRange(builder.Keys.Concat(projectFixersMap.Keys));
src\9547feb31df4cc5d\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
51var attributeSetForMethodsToIgnore = ImmutableHashSet.CreateRange(GetAttributesForMethodsToIgnore(context.Compilation).WhereNotNull());
Microsoft.CodeAnalysis.NetAnalyzers (6)
Microsoft.CodeQuality.Analyzers\Maintainability\DoNotIgnoreMethodResults.cs (2)
24private static readonly ImmutableHashSet<string> s_stringMethodNames = ImmutableHashSet.CreateRange( 48private static readonly ImmutableHashSet<string> s_nUnitMethodNames = ImmutableHashSet.CreateRange(
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.cs (1)
357private static readonly ImmutableHashSet<string> SpecialManagedHashAlgorithms = ImmutableHashSet.CreateRange(new[] {
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
26ImmutableHashSet.CreateRange(Enum.GetValues(typeof(OutputKind)).Cast<OutputKind>());
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (1)
991_lazyContractCheckMethods = ImmutableHashSet.CreateRange(validationMethods);
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
27ImmutableHashSet.CreateRange(Enum.GetValues<OutputKind>());
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
Roslyn.Diagnostics.Analyzers (3)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
27ImmutableHashSet.CreateRange(Enum.GetValues<OutputKind>());