3 references to LoadXmlAsync
NuGet.Protocol (3)
LegacyFeed\V2FeedParser.cs (2)
563return await LoadXmlAsync(response.Stream, token); 600return await LoadXmlAsync(networkStream, token);
RemoteRepositories\RemoteV2FindPackageByIdResource.cs (1)
508var doc = await V2FeedParser.LoadXmlAsync(httpSourceResult.Stream, cancellationToken);