6 references to Replace
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyConsoleLogger.cs (1)
124logBuilder.Replace(Environment.NewLine, _newLineWithMessagePadding, len, message.Length);
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
290sbBrush = sbBrush.Replace("bxx", "b" + _brushId, 0, 40);
System.Data.Common (1)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
382buffer.Replace(quoteSuffix, quoteSuffix + quoteSuffix, start, unQuotedString.Length);
System.Data.Odbc (1)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
382buffer.Replace(quoteSuffix, quoteSuffix + quoteSuffix, start, unQuotedString.Length);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5331sb.Replace('.', '_', pos, sb.Length - pos).Replace("-", "", pos, sb.Length - pos);
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
1942public StringBuilder Replace(string oldValue, string? newValue) => Replace(oldValue, newValue, 0, Length);