3 writes to nonceCache
System.ServiceModel (3)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (3)
41this.nonceCache = other.nonceCache; 129this.nonceCache = value; 296this.nonceCache = null;
2 references to nonceCache
System.ServiceModel (2)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (2)
41this.nonceCache = other.nonceCache; 125return this.nonceCache;