120 references to ToUpperInvariant
aspire (2)
Aspire.Cli.Tests (3)
Aspire.Dashboard (2)
Aspire.Hosting (2)
Aspire.Hosting.CodeGeneration.Go (1)
Aspire.Hosting.CodeGeneration.Java (2)
Aspire.Hosting.CodeGeneration.Python (1)
Aspire.Hosting.CodeGeneration.Rust (1)
Aspire.Hosting.CodeGeneration.TypeScript (2)
Aspire.Hosting.Dotnet (1)
Aspire.Hosting.Integration.Analyzers (1)
Aspire.Hosting.Java (1)
Aspire.Hosting.JavaScript (1)
Aspire.Hosting.Maui (1)
Aspire.Hosting.RemoteHost (1)
Aspire.Hosting.Rust (1)
ConfigurationSchemaGenerator (1)
CSharpSyntaxGenerator (1)
dotnet-svcutil-lib (1)
GenerateDocumentationAndConfigFiles (3)
Microsoft.Analyzers.Extra (1)
Microsoft.Analyzers.Local (1)
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.ResponseCaching (1)
Microsoft.AspNetCore.Server.HttpSys (2)
Microsoft.AspNetCore.Server.IIS (2)
Microsoft.Build (14)
BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (14)
159char c0 = char.ToUpperInvariant(errorCode[0]);
160char c1 = char.ToUpperInvariant(errorCode[1]);
174('C', 'V') when errorCode.Length >= 3 && char.ToUpperInvariant(errorCode[2]) == 'T' => ErrorCategory.NativeToolchain, // CVT*
178('I', 'D') when errorCode.Length >= 3 && char.ToUpperInvariant(errorCode[2]) == 'E' => ErrorCategory.CodeAnalysis, // IDE*
181('L', 'N') when errorCode.Length >= 3 && char.ToUpperInvariant(errorCode[2]) == 'K' => ErrorCategory.NativeToolchain, // LNK*
185('M', 'S') when errorCode.Length >= 3 && char.ToUpperInvariant(errorCode[2]) == 'B' => CategorizeMSBError(errorCode.AsSpan()),
208=> errorCode.Length >= 3 && char.ToUpperInvariant(errorCode[2]) == 'P';
216char.ToUpperInvariant(errorCode[2]) == 'T' &&
217char.ToUpperInvariant(errorCode[3]) == 'S' &&
218char.ToUpperInvariant(errorCode[4]) == 'D' &&
219char.ToUpperInvariant(errorCode[5]) == 'K';
232char c0 = char.ToUpperInvariant(value[0]);
233char c1 = char.ToUpperInvariant(value[1]);
239('V', 'B') => value.Length >= 3 && char.ToUpperInvariant(value[2]) == 'C', // VBC* -> VB compiler
Microsoft.Build.Framework (1)
Microsoft.CodeAnalysis (3)
Microsoft.CodeAnalysis.Analyzers (3)
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
Microsoft.CodeAnalysis.CodeStyle (3)
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
Microsoft.CodeAnalysis.Workspaces (12)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
Microsoft.Extensions.AI.Evaluation.NLP (1)
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Microsoft.Extensions.Http.Diagnostics (1)
Microsoft.Extensions.Identity.Core (1)
Microsoft.ML.Core (4)
Microsoft.ML.InternalCodeAnalyzer (1)
Microsoft.Win32.Registry (1)
PresentationBuildTasks (2)
PresentationCore (2)
Roslyn.Diagnostics.Analyzers (4)
System.Formats.Tar (2)
System.IO.FileSystem.AccessControl (2)
System.IO.FileSystem.Watcher (2)
System.Net.Http (2)
System.Private.CoreLib (5)
System.Private.Xml (1)
System.Text.Json (2)
System.Text.Json.SourceGeneration (2)