2 references to GetBufferAsync
dotnet-svcutil-lib (2)
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);