4 references to SkipPartialTextValueAsync
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImplAsync.cs (4)
256return SkipPartialTextValueAsync().CallBoolTaskFuncWhenFinishAsync(thisRef => thisRef.ReadAsync(), this); 330await SkipPartialTextValueAsync().ConfigureAwait(false); 3631return SkipPartialTextValueAsync(); 3650await SkipPartialTextValueAsync().ConfigureAwait(false);