3 references to _publishCache
Microsoft.AspNetCore.Server.IntegrationTesting (3)
CachingApplicationPublisher.cs (3)
41if (!_publishCache.TryGetValue(dotnetPublishParameters, out var publishedApplication)) 44_publishCache.Add(dotnetPublishParameters, publishedApplication); 77foreach (var publishedApp in _publishCache.Values)