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