4 references to SkipPartialTextValueAsync
System.Xml (4)
System\Xml\Core\XmlTextReaderImplAsync.cs (4)
245
return
SkipPartialTextValueAsync
().CallBoolTaskFuncWhenFinish(ReadAsync);
309
await
SkipPartialTextValueAsync
().ConfigureAwait(false);
3385
return
SkipPartialTextValueAsync
();
3402
await
SkipPartialTextValueAsync
().ConfigureAwait(false);