3 writes to _nonceCache
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
160
_nonceCache
= factory._nonceCache;
434
_nonceCache
= value;
1030
_nonceCache
= new InMemoryNonceCache(this.ReplayWindow + this.MaxClockSkew + this.MaxClockSkew, this.MaxCachedNonces);
3 references to _nonceCache
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
160
_nonceCache = factory.
_nonceCache
;
429
return
_nonceCache
;
1027
if (
_nonceCache
== null)