2 references to GetBytes
Microsoft.AspNetCore.OutputCaching (1)
FormatterBinaryWriter.cs (1)
101var actual = Encoding.UTF8.GetBytes(value, target);
System.Memory (1)
System\Text\EncodingExtensions.cs (1)
80return GetBytes(encoding, chars.FirstSpan, writer);