1 instantiation of BytesWithOffset
System.Private.DataContractSerialization (1)
System\Xml\XmlStreamNodeWriter.cs (1)
111return new BytesWithOffset(_buffer, offset);
3 references to BytesWithOffset
System.Private.DataContractSerialization (3)
System\Xml\XmlStreamNodeWriter.cs (1)
90protected async Task<BytesWithOffset> GetBufferAsync(int count)
System\Xml\XmlUTF8TextWriter.cs (2)
676BytesWithOffset bufferResult = await GetBufferAsync(charCount).ConfigureAwait(false); 686BytesWithOffset bufferResult = await GetBufferAsync(4).ConfigureAwait(false);