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