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