2 references to ToLowerInPlace
System.Net.HttpListener (1)
System\Net\HttpListener.cs (1)
209OperationStatus operationStatus = Ascii.ToLowerInPlace(destination.Slice(0, toLowerLength), out _);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
88/// <remarks>In-place conversion is prohibited, please use <see cref="ToLowerInPlace(Span{char}, out int)"/> for that.</remarks>