38 references to FirstSpan
http2cat (2)
IIS.FunctionalTests (2)
IIS.LongTests (2)
IIS.NewHandler.FunctionalTests (2)
IIS.NewShim.FunctionalTests (2)
IIS.ShadowCopy.Tests (2)
IISExpress.FunctionalTests (2)
Interop.FunctionalTests (1)
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (1)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
Microsoft.AspNetCore.Server.IIS (2)
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Microsoft.AspNetCore.Shared.Tests (2)
Microsoft.AspNetCore.WebUtilities (4)
System.Memory (8)
System\Text\EncodingExtensions.cs (8)
80return GetBytes(encoding, chars.FirstSpan, writer);
108return encoding.GetBytes(chars.FirstSpan, bytes);
150ReadOnlySpan<char> span = chars.FirstSpan;
271return GetChars(encoding, bytes.FirstSpan, writer);
299return encoding.GetChars(bytes.FirstSpan, chars);
341return encoding.GetString(bytes.FirstSpan);
467Convert(encoder, chars.FirstSpan, writer, flush, out bytesUsed, out completed);
561Convert(decoder, bytes.FirstSpan, writer, flush, out charsUsed, out completed);