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