3 overrides of GetChars
System.Private.CoreLib (3)
22 references to GetChars
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.SignalR.Core (1)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (5)
Linux\OSFileSystem.cs (5)
41return Encoding.ASCII.GetChars(rentedBuffer.Span.Slice(0, read), destination);
75_ = Encoding.ASCII.GetChars(buffer.Span.Slice(start, length), destination.GetSpan(length));
90_ = Encoding.ASCII.GetChars(buffer.Span.Slice(start, length), destination.GetSpan(length));
131_ = Encoding.ASCII.GetChars(buffer.Slice(0, end), destination.GetSpan(end));
138_ = Encoding.ASCII.GetChars(buffer.Slice(0, end), destination.GetSpan(end));
Microsoft.Extensions.Logging.Console (1)
Microsoft.ML.Tokenizers (1)
System.Formats.Cbor (1)
System.Memory (2)
System.Net.Http (1)
System.Private.CoreLib (4)
System.Security.Cryptography (1)
System.Text.Json (1)
System.Web.HttpUtility (1)
System.Windows.Forms.Design (2)