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