3 references to LoadXmlAsync
NuGet.Protocol (3)
LegacyFeed\LegacyFeedCapabilityResourceV2Feed.cs (1)
75
document = await _feedParser.
LoadXmlAsync
(
LegacyFeed\V2FeedParser.cs (2)
450
Task<XDocument> docRequest =
LoadXmlAsync
(uri, cacheKey, ignoreNotFounds, sourceCacheContext, log, token);
491
docRequest =
LoadXmlAsync
(nextUri, cacheKey, ignoreNotFounds, sourceCacheContext, log, token);