4 references to MoveToNextContentNodeAsync
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelperAsync.cs (4)
245
while (await
MoveToNextContentNodeAsync
(true).ConfigureAwait(false))
264
if (!await
MoveToNextContentNodeAsync
(false).ConfigureAwait(false))
287
if (!await
MoveToNextContentNodeAsync
(false).ConfigureAwait(false))
353
if (!await
MoveToNextContentNodeAsync
(true).ConfigureAwait(false))