52 references to CreateRange
GenerateDocumentationAndConfigFiles (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
29ImmutableHashSet.CreateRange(Enum.GetValues(typeof(OutputKind)).Cast<OutputKind>());
Metrics (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
29ImmutableHashSet.CreateRange(Enum.GetValues(typeof(OutputKind)).Cast<OutputKind>());
Metrics.Legacy (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
29ImmutableHashSet.CreateRange(Enum.GetValues(typeof(OutputKind)).Cast<OutputKind>());
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Binding\FormDataMapperTests.cs (2)
825var expected = ImmutableHashSet.CreateRange(new[] { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 }); 865var expected = ImmutableHashSet.CreateRange(new[] { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 });
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Analyzers (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
29ImmutableHashSet.CreateRange(Enum.GetValues(typeof(OutputKind)).Cast<OutputKind>());
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
29ImmutableHashSet.CreateRange(Enum.GetValues(typeof(OutputKind)).Cast<OutputKind>());
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (1)
994_lazyContractCheckMethods = ImmutableHashSet.CreateRange(validationMethods);
Microsoft.CodeAnalysis.BannedApiAnalyzers (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
29ImmutableHashSet.CreateRange(Enum.GetValues(typeof(OutputKind)).Cast<OutputKind>());
Microsoft.CodeAnalysis.CodeStyle (2)
src\Analyzers\Core\Analyzers\RemoveUnusedParametersAndValues\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
51var attributeSetForMethodsToIgnore = ImmutableHashSet.CreateRange(GetAttributesForMethodsToIgnore(context.Compilation).WhereNotNull());
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver.UnitTests (1)
VisualBasicParsingTests.cs (1)
37var expectedKeywordKinds = ImmutableHashSet.CreateRange(SyntaxFacts.GetReservedKeywordKinds());
Microsoft.CodeAnalysis.Extensions.Package (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\RemoveUnusedParametersAndValues\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
51var attributeSetForMethodsToIgnore = ImmutableHashSet.CreateRange(GetAttributesForMethodsToIgnore(context.Compilation).WhereNotNull());
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
29ImmutableHashSet.CreateRange(Enum.GetValues(typeof(OutputKind)).Cast<OutputKind>());
Microsoft.CodeAnalysis.PublicApiAnalyzers (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
29ImmutableHashSet.CreateRange(Enum.GetValues(typeof(OutputKind)).Cast<OutputKind>());
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DocumentHighlights\RemoteDocumentHighlightsService.cs (1)
41var documentsToSearchSet = ImmutableHashSet.CreateRange(documentsToSearch.WhereNotNull());
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
29ImmutableHashSet.CreateRange(Enum.GetValues(typeof(OutputKind)).Cast<OutputKind>());
Microsoft.CodeAnalysis.Threading.Package (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\Finders\AbstractCallFinder.cs (1)
129return ImmutableHashSet.CreateRange<Document>(currentProject.Documents);
Roslyn.Diagnostics.Analyzers (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
29ImmutableHashSet.CreateRange(Enum.GetValues(typeof(OutputKind)).Cast<OutputKind>());
Test.Utilities (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
29ImmutableHashSet.CreateRange(Enum.GetValues(typeof(OutputKind)).Cast<OutputKind>());
Text.Analyzers (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet.cs (1)
47/// <inheritdoc cref="ImmutableHashSet.CreateRange{T}(IEnumerable{T})"/>
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
102return ImmutableHashSet.CreateRange(
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
29ImmutableHashSet.CreateRange(Enum.GetValues(typeof(OutputKind)).Cast<OutputKind>());