21 references to Replace
Microsoft.AspNetCore.Mvc.Localization (2)
ViewLocalizer.cs (2)
103builder.Replace('/', '.').Replace('\\', '.');
Microsoft.AspNetCore.WebUtilities (1)
FormReader.cs (1)
257_builder.Replace('+', ' ');
Microsoft.Build (1)
Construction\Solution\ProjectInSolution.cs (1)
539cleanProjectName.Replace(uncleanChar, cleanCharacter);
Microsoft.Build.Tasks.Core (4)
CreateCSharpManifestResourceName.cs (4)
185manifestName.Replace(Path.DirectorySeparatorChar, '.'); 186manifestName.Replace(Path.AltDirectorySeparatorChar, '.'); 210manifestName.Replace(Path.DirectorySeparatorChar, '.'); 211manifestName.Replace(Path.AltDirectorySeparatorChar, '.');
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
594temp.Replace('`', '"');
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataHelpers.cs (1)
1065s.Replace('.', '_');
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\GeneratedNames.cs (1)
162builder.Replace('.', GeneratedNameConstants.DotReplacementInTypeNames);
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\CompletionProviders\CrefCompletionProvider.cs (2)
332.Replace('<', '{') 333.Replace('>', '}')
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\SynthesizedSymbols\GeneratedNames.vb (1)
143builder.Replace("."c, GeneratedNameConstants.DotReplacementInTypeNames)
System.Linq.Expressions (7)
System\Linq\Expressions\Compiler\AssemblyGen.cs (7)
55sb.Replace('+', '_').Replace('[', '_').Replace(']', '_').Replace('*', '_').Replace('&', '_').Replace(',', '_').Replace('\\', '_');