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