3 writes to nonceCache
System.ServiceModel (3)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (3)
45this.nonceCache = other.nonceCache; 134this.nonceCache = value; 361this.nonceCache = null;
2 references to nonceCache
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
45this.nonceCache = other.nonceCache; 130return this.nonceCache;