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