139 references to ChangeExtension
aspire (1)
Aspire.Hosting (3)
Aspire.Hosting.Azure.Functions (1)
Aspire.Hosting.RemoteHost (1)
aspire-managed (2)
ConfigurationSchemaGenerator (1)
crossgen2 (5)
Crossgen2Tasks (11)
PrepareForReadyToRunCompilation.cs (11)
179outputPDBImage = Path.ChangeExtension(outputR2RImage, "ni.pdb");
180outputPDBImageRelativePath = Path.ChangeExtension(outputR2RImageRelativePath, "ni.pdb");
202outputPDBImage = Path.ChangeExtension(outputR2RImage, perfmapExtension);
203outputPDBImageRelativePath = Path.ChangeExtension(outputR2RImageRelativePath, perfmapExtension);
281compositeR2RImageRelativePath = Path.ChangeExtension(compositeR2RImageRelativePath, "r2r" + Path.GetExtension(compositeR2RImageRelativePath));
291compositeR2RImageRelativePath = Path.ChangeExtension(compositeR2RImageRelativePath, ".o");
292compositeR2RFinalImageRelativePath = Path.ChangeExtension(compositeR2RImageRelativePath, ".dylib");
314compositePDBImage = Path.ChangeExtension(compositeR2RImage, ".ni.pdb");
315compositePDBRelativePath = Path.ChangeExtension(compositeR2RImageRelativePath, ".ni.pdb");
321compositePDBImage = Path.ChangeExtension(compositeR2RImage, perfmapExtension);
322compositePDBRelativePath = Path.ChangeExtension(compositeR2RImageRelativePath, perfmapExtension);
csc (1)
dotnet (5)
dotnet-dev-certs (1)
dotnet-format (1)
dotnet-svcutil-lib (1)
GenerateDocumentationAndConfigFiles (1)
ilc (3)
ILCompiler.ReadyToRun (6)
illink (3)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.Build (1)
Microsoft.Build.Framework (2)
Microsoft.Build.Tasks.CodeAnalysis (2)
Microsoft.Build.Tasks.Core (5)
Microsoft.CodeAnalysis (5)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.CodeAnalysis.Workspaces (6)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.DotNet.Build.Tasks.Packaging (5)
Microsoft.DotNet.XliffTasks (1)
Microsoft.Extensions.DependencyModel (2)
Microsoft.Gen.MetadataExtractor.Unit.Tests (1)
Microsoft.Gen.MetricsReports.Unit.Tests (1)
Microsoft.Maui.Resizetizer (2)
Microsoft.ML.CodeAnalyzer.Tests (1)
Microsoft.ML.TensorFlow.Tests (1)
Microsoft.ML.Tokenizers.Data.Tests (1)
Microsoft.ML.Tokenizers.Tests (1)
Microsoft.NET.Build.Tasks (12)
PrepareForReadyToRunCompilation.cs (11)
182outputPDBImage = Path.ChangeExtension(outputR2RImage, "ni.pdb");
183outputPDBImageRelativePath = Path.ChangeExtension(outputR2RImageRelativePath, "ni.pdb");
205outputPDBImage = Path.ChangeExtension(outputR2RImage, perfmapExtension);
206outputPDBImageRelativePath = Path.ChangeExtension(outputR2RImageRelativePath, perfmapExtension);
296compositeR2RImageRelativePath = Path.ChangeExtension(compositeR2RImageRelativePath, "r2r" + Path.GetExtension(compositeR2RImageRelativePath));
313compositePDBImage = Path.ChangeExtension(compositeR2RImageOutputPath, ".ni.pdb");
314compositePDBRelativePath = Path.ChangeExtension(compositeR2RImageRelativePath, ".ni.pdb");
320compositePDBImage = Path.ChangeExtension(compositeR2RImageOutputPath, perfmapExtension);
321compositePDBRelativePath = Path.ChangeExtension(compositeR2RImageRelativePath, perfmapExtension);
361r2rImageRelativePath = Path.ChangeExtension(r2rImageRelativePath, ".o");
362r2rFinalImageRelativePath = Path.ChangeExtension(r2rImageRelativePath, ".dylib");
Microsoft.NET.Sdk.Publish.Tasks (4)
Microsoft.TestPlatform.CrossPlatEngine (2)
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Mono.Cecil (1)
NuGet.Build.Tasks (1)
NuGet.Packaging (5)
PresentationBuildTasks (8)
PresentationCore (1)
PresentationFramework (1)
RepoTasks (2)
Roslyn.Diagnostics.Analyzers (1)
System.Configuration.ConfigurationManager (1)
System.Windows.Forms.Design (1)
vbc (1)
VBCSCompiler (1)