1 instantiation of BytesWithOffset
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (1)
132
return new
BytesWithOffset
(_buffer, offset);
3 references to BytesWithOffset
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (1)
111
protected async Task<
BytesWithOffset
> GetBufferAsync(int count)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (2)
783
BytesWithOffset
bufferResult = await GetBufferAsync(charCount).ConfigureAwait(false);
793
BytesWithOffset
bufferResult = await GetBufferAsync(4).ConfigureAwait(false);