24 references to AsEnumerable
ClientSample (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
dotnet-dev-certs (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
dotnet-getdocument (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
dotnet-openapi (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
dotnet-sql-cache (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
dotnet-user-jwts (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
dotnet-user-secrets (2)
Internal\SecretsStore.cs (1)
76foreach (var secret in _secrets.AsEnumerable())
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
GetDocument.Insider (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
Microsoft.AspNetCore.Localization (1)
AcceptLanguageHeaderRequestCultureProvider.cs (1)
34var languages = acceptLanguageHeader.AsEnumerable();
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ActionSelectorTest.cs (1)
1140return new ActionConstraintCache(descriptorProvider, actionConstraintProviders.AsEnumerable() ?? new List<IActionConstraintProvider>());
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
Microsoft.Build (1)
Globbing\MSBuildGlobWithGaps.cs (1)
70public MSBuildGlobWithGaps(IMSBuildGlob mainGlob, params IMSBuildGlob[] gaps) : this(mainGlob, gaps.AsEnumerable())
Microsoft.DotNet.AsmDiff (1)
AssemblySet.cs (1)
89return FromPaths(paths.AsEnumerable(), name);
Microsoft.DotNet.VersionTools (2)
src\Dependencies\BuildManifest\OrchestratedBuildIdentityMatch.cs (1)
28$"'{string.Join(", ", matches.AsEnumerable())}'");
src\Dependencies\Submodule\LatestCommitSubmoduleUpdater.cs (1)
52string matchingInfoString = string.Join(", ", matchingInfos.AsEnumerable());
Swaggatherer (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
Templates.Blazor.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
Templates.Mvc.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
Templates.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
Wasm.Performance.ConsoleHost (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
69var expr = Options.AsEnumerable();
WinShimmer (1)
Program.cs (1)
78throw new InvalidProgramException($"The generated program contained errors: \n{string.Join("\n", emit.Diagnostics.AsEnumerable())}");