8 references to Replace
Microsoft.AspNetCore.Components (1)
src\Shared\QueryStringEnumerable.cs (1)
100source.Replace(buffer, '+', ' ');
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\QueryStringEnumerable.cs (1)
100source.Replace(buffer, '+', ' ');
Microsoft.AspNetCore.WebUtilities (1)
src\Shared\QueryStringEnumerable.cs (1)
100source.Replace(buffer, '+', ' ');
Microsoft.ML.Tokenizers (1)
Utils\Helpers.netcoreapp.cs (1)
69internal static void Replace(ReadOnlySpan<char> source, Span<char> destination, char oldValue, char newValue) => source.Replace(destination, oldValue, newValue);
Microsoft.ML.Tokenizers.Tests (1)
src\Microsoft.ML.Tokenizers\Utils\Helpers.netcoreapp.cs (1)
69internal static void Replace(ReadOnlySpan<char> source, Span<char> destination, char oldValue, char newValue) => source.Replace(destination, oldValue, newValue);
System.Private.Xml (1)
System\Xml\Dom\XmlEntityReference.cs (1)
197state.systemId.AsSpan().Replace(dest.Slice(state.buf.Length), '\\', '/');
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
595s.AsSpan().Replace(span, '|', '\0');
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (1)
1027baseName.AsSpan(i).Replace(span[i..], '`', '_');