3 references to GetByteCount
System.Memory (3)
System\Text\EncodingExtensions.cs (3)
177int byteCountThisIteration = encoder.GetByteCount(firstSpan, flush: isFinalSegment); 433? encoder.GetByteCount(chars, flush) 434: encoder.GetByteCount(chars.Slice(0, MaxInputElementsPerIteration), flush: false /* this isn't the end of the data */);