2 references to ReadContentFromAsync
System.Private.Xml.Linq (2)
System\Xml\Linq\XDocument.cs (1)
470await d.ReadContentFromAsync(reader, options, cancellationToken).ConfigureAwait(false);
System\Xml\Linq\XElement.cs (1)
2036await ReadContentFromAsync(r, o, cancellationTokentoken).ConfigureAwait(false);