Base:
method
ReadAsync
System.Xml.XmlReader.ReadAsync()
6 references to ReadAsync
System.Private.Xml (6)
System\Xml\Core\XmlTextReaderImplAsync.cs (6)
161
return FinishInitAsync().CallBoolTaskFuncWhenFinishAsync(thisRef => thisRef.
ReadAsync
(), this);
256
return SkipPartialTextValueAsync().CallBoolTaskFuncWhenFinishAsync(thisRef => thisRef.
ReadAsync
(), this);
258
return FinishReadValueChunkAsync().CallBoolTaskFuncWhenFinishAsync(thisRef => thisRef.
ReadAsync
(), this);
260
return FinishReadContentAsBinaryAsync().CallBoolTaskFuncWhenFinishAsync(thisRef => thisRef.
ReadAsync
(), this);
262
return FinishReadElementContentAsBinaryAsync().CallBoolTaskFuncWhenFinishAsync(thisRef => thisRef.
ReadAsync
(), this);
301
return
ReadAsync
();