1 write to _cacheImpl
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\InMemoryNonceCache.cs (1)
26_cacheImpl = new NonceCacheImpl(cachingTime, maxCachedNonces);
2 references to _cacheImpl
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\InMemoryNonceCache.cs (2)
31return _cacheImpl.CheckNonce(nonce); 36return _cacheImpl.TryAddNonce(nonce);