Base:
method
GetValueAsync
System.Xml.XmlReader.GetValueAsync()
4 references to GetValueAsync
System.Private.Xml (4)
System\Xml\Core\XsdValidatingReaderAsync.cs (4)
509
return ValidateWhitespace(
GetValueAsync
(), _validator);
514
return ValidateText(
GetValueAsync
(), _validator);
873
_validator.ValidateText(await
GetValueAsync
().ConfigureAwait(false));
878
_validator.ValidateWhitespace(await
GetValueAsync
().ConfigureAwait(false));