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)
31
return
_cacheImpl
.CheckNonce(nonce);
36
return
_cacheImpl
.TryAddNonce(nonce);