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