520 references to StartsWith
Aspire.Cli.Tests (2)
Aspire.Dashboard.Tests (1)
Aspire.EndToEnd.Tests (1)
Aspire.Hosting.Azure.Tests (37)
AzureDeployerTests.cs (31)
143string name when name.StartsWith("env-acr") => new Dictionary<string, object>
148string name when name.StartsWith("env") => new Dictionary<string, object>
206string name when name.StartsWith("env-acr") => new Dictionary<string, object>
211string name when name.StartsWith("env") => new Dictionary<string, object>
265string name when name.StartsWith("env-acr") => new Dictionary<string, object>
270string name when name.StartsWith("env") => new Dictionary<string, object>
325string name when name.StartsWith("env-acr") => new Dictionary<string, object>
330string name when name.StartsWith("env") => new Dictionary<string, object>
391string name when name.StartsWith("env-acr") => new Dictionary<string, object>
396string name when name.StartsWith("env") => new Dictionary<string, object>
457string name when name.StartsWith("env-acr") => new Dictionary<string, object>
462string name when name.StartsWith("env") => new Dictionary<string, object>
513string name when name.StartsWith("env-acr") => new Dictionary<string, object>
518string name when name.StartsWith("env") => new Dictionary<string, object>
576string name when name.StartsWith("aca-env-acr") => new Dictionary<string, object>
581string name when name.StartsWith("aca-env") => new Dictionary<string, object>
590string name when name.StartsWith("aas-env-acr") => new Dictionary<string, object>
595string name when name.StartsWith("aas-env") => new Dictionary<string, object>
864string name when name.StartsWith("env-acr") => new Dictionary<string, object>
869string name when name.StartsWith("env") => new Dictionary<string, object>
928string name when name.StartsWith("env-acr") => new Dictionary<string, object>
933string name when name.StartsWith("env") => new Dictionary<string, object>
1094string name when name.StartsWith("env-acr") => new Dictionary<string, object>
1099string name when name.StartsWith("env") => new Dictionary<string, object>
1108string name when name.StartsWith("funcstorage") => new Dictionary<string, object>
1116string name when name.StartsWith("hoststorage") => new Dictionary<string, object>
1124string name when name.StartsWith("funcapp-identity") => new Dictionary<string, object>
1130string name when name.StartsWith("funcapp-containerapp") => new Dictionary<string, object>
1137string name when name.StartsWith("funcapp") => new Dictionary<string, object>
1214string name when name.StartsWith("env") => new Dictionary<string, object>
1222string name when name.StartsWith("kv") => new Dictionary<string, object>
Aspire.Hosting.Docker.Tests (4)
Aspire.Hosting.Kubernetes.Tests (4)
Aspire.Hosting.Maui.Tests (2)
Aspire.Hosting.Milvus.Tests (2)
Aspire.Hosting.Qdrant.Tests (2)
Aspire.Hosting.Tests (28)
Aspire.Playground.Tests (2)
Aspire.Templates.Tests (3)
Binding.Http.IntegrationTests (1)
ConfigurationSchemaGenerator (1)
CSharpSyntaxGenerator (7)
dotnet-aot (2)
dotnet-format (2)
dotnet-suggest (2)
dotnet-svcutil-lib (13)
dotnet-svcutil.xmlserializer (4)
GenerateDocumentationAndConfigFiles (11)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\TypeInferenceService\AbstractTypeInferenceService.cs (1)
65if (name.StartsWith(prefix))
ILAssembler (3)
ILCompiler.Compiler (3)
ILCompiler.ReadyToRun (1)
illink (5)
ILLink.RoslynAnalyzer (2)
ILLink.Tasks (23)
Infrastructure.Tests (1)
installer.tasks (1)
Microsoft.Arcade.Common (1)
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (17)
Logging\AcceptanceTests.cs (17)
231Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.RequestHeaderPrefix));
232Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.ResponseHeaderPrefix));
291Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.RequestHeaderPrefix));
292Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.ResponseHeaderPrefix));
344Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.RequestHeaderPrefix));
345Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.ResponseHeaderPrefix));
403Assert.DoesNotContain(requestState, x => x.Key.StartsWith(HttpLoggingTagNames.ResponseHeaderPrefix));
474x.Key.StartsWith(HttpLoggingTagNames.RequestHeaderPrefix) && !x.Key.EndsWith(NormalizedRequestHeader));
477x.Key.StartsWith(HttpLoggingTagNames.ResponseHeaderPrefix) && !x.Key.EndsWith(NormalizedResponseHeader));
512Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.RequestHeaderPrefix));
513Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.ResponseHeaderPrefix));
666Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.RequestHeaderPrefix));
667Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.ResponseHeaderPrefix));
707Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.RequestHeaderPrefix));
708Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.ResponseHeaderPrefix));
741Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.RequestHeaderPrefix));
742Assert.DoesNotContain(state, x => x.Key.StartsWith(HttpLoggingTagNames.ResponseHeaderPrefix));
Microsoft.AspNetCore.Identity.UI (4)
Microsoft.Build.Tasks.Git (4)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.Analyzers (11)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\TypeInferenceService\AbstractTypeInferenceService.cs (1)
65if (name.StartsWith(prefix))
Microsoft.CodeAnalysis.AnalyzerUtilities (9)
Microsoft.CodeAnalysis.CodeStyle (11)
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\TypeInferenceService\AbstractTypeInferenceService.cs (1)
65if (name.StartsWith(prefix))
Microsoft.CodeAnalysis.CSharp (9)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp.Features (8)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.Extensions.Package (1)
Microsoft.CodeAnalysis.Features (18)
Microsoft.CodeAnalysis.ResxSourceGenerator (9)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Microsoft.CodeAnalysis.Workspaces (15)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\TypeInferenceService\AbstractTypeInferenceService.cs (1)
65if (name.StartsWith(prefix))
Microsoft.Diagnostics.NETCore.Client (3)
Microsoft.DotNet.ApiSymbolExtensions (1)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.DotNet.Build.Tasks.Installers (7)
Microsoft.DotNet.Build.Tasks.Packaging (9)
Microsoft.DotNet.Build.Tasks.Workloads (1)
Microsoft.DotNet.Cli.Definitions (1)
Microsoft.DotNet.Cli.Utils (4)
Microsoft.DotNet.CodeAnalysis (2)
Microsoft.DotNet.GenFacades (1)
Microsoft.DotNet.HotReload.Utils.Generator.Frontend (5)
Microsoft.DotNet.Internal.DependencyInjection.Testing (1)
Microsoft.DotNet.NuGetRepack.Tasks (1)
Microsoft.DotNet.PackageValidation (4)
Microsoft.DotNet.SharedFramework.Sdk (3)
Microsoft.DotNet.SourceBuild.Tasks (1)
Microsoft.DotNet.XliffTasks (2)
Microsoft.Extensions.AI.Integration.Tests (1)
Microsoft.Extensions.AI.Tests (1)
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Microsoft.Extensions.Configuration.CommandLine (1)
Microsoft.Extensions.DataIngestion.Tests (1)
Microsoft.Extensions.Http.Diagnostics.Tests (2)
Microsoft.Extensions.ServiceDiscovery.Dns (1)
Microsoft.Extensions.ServiceDiscovery.Yarp.Tests (1)
Microsoft.Maui.Controls (3)
Microsoft.Maui.Controls.Build.Tasks (3)
Microsoft.ML.AutoML.Samples (1)
Microsoft.ML.AutoML.Tests (12)
Microsoft.ML.Core (7)
Microsoft.ML.Data (9)
Microsoft.ML.FastTree (1)
Microsoft.ML.GenAI.Core (1)
Microsoft.ML.GenAI.Mistral (3)
Microsoft.ML.IntegrationTests (1)
Microsoft.ML.InternalCodeAnalyzer (3)
Microsoft.ML.LightGbm (9)
Microsoft.ML.OnnxTransformer (1)
Microsoft.ML.PerformanceTests (1)
Microsoft.ML.ResultProcessor (3)
Microsoft.ML.Samples (1)
Microsoft.ML.Samples.GPU (1)
Microsoft.ML.Sweeper (5)
Microsoft.ML.TestFramework (3)
Microsoft.ML.TestFrameworkCommon (1)
Microsoft.ML.Tests (2)
Microsoft.ML.Tokenizers (1)
Microsoft.ML.TorchSharp.Tests (1)
Microsoft.NET.Build.Containers (3)
Microsoft.NET.Build.Tasks (11)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Microsoft.SourceLink.AzureDevOpsServer.Git (2)
Microsoft.SourceLink.AzureRepos.Git (3)
Microsoft.SourceLink.Bitbucket.Git (2)
Microsoft.SourceLink.Common (2)
Microsoft.SourceLink.Gitea (2)
Microsoft.SourceLink.Gitee (2)
Microsoft.SourceLink.GitHub (2)
Microsoft.SourceLink.GitLab (2)
Microsoft.SourceLink.GitWeb (2)
Microsoft.TemplateEngine.Cli (2)
Microsoft.TemplateEngine.Edge (2)
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
Microsoft.TemplateEngine.Utils (3)
Microsoft.TemplateSearch.Common (1)
Mono.Cecil (1)
Mono.Cecil.Pdb (1)
PresentationFramework (4)
Roslyn.Diagnostics.Analyzers (11)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\TypeInferenceService\AbstractTypeInferenceService.cs (1)
65if (name.StartsWith(prefix))
Roslyn.Diagnostics.CSharp.Analyzers (1)
sdk-tasks (4)
SuperFileCheck (1)
System.ComponentModel.TypeConverter (5)
System.Configuration.ConfigurationManager (1)
System.Diagnostics.Process (1)
System.Drawing.Primitives (4)
System.Net.WebSockets.Client (2)
System.Private.CoreLib (2)
System.Private.CoreLib.Generators (1)
System.Private.DataContractSerialization (1)
System.Reflection.Emit (3)
System.Runtime.InteropServices.JavaScript (1)
System.Security.Cryptography.Xml (1)
System.ServiceModel.Primitives (1)