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