3 references to Invalid
Microsoft.Extensions.ServiceDiscovery (3)
ServiceEndpointWatcher.cs (3)
99
if (!_disposalCancellation.IsCancellationRequested && _refreshTask.IsCompleted && (_cacheState == CacheStatus.
Invalid
|| _cachedEndpoints is null or { ChangeToken.HasChanged: true } || force))
181
newCacheState = CacheStatus.
Invalid
;
186
Debug.Assert(error is null || newCacheState is CacheStatus.
Invalid
);