4 references to MoveToNextContentNodeAsync
System.Xml (4)
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (4)
202
while ( await
MoveToNextContentNodeAsync
( true ).ConfigureAwait(false) )
218
if ( !await
MoveToNextContentNodeAsync
( false ).ConfigureAwait(false) ) {
238
if ( !await
MoveToNextContentNodeAsync
( false ).ConfigureAwait(false) ) {
292
if ( !await
MoveToNextContentNodeAsync
( true ).ConfigureAwait(false) ) {