3 writes to _nonceCache
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (3)
47
_nonceCache
= other._nonceCache;
131
_nonceCache
= value;
367
_nonceCache
= null;
2 references to _nonceCache
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
47
_nonceCache = other.
_nonceCache
;
127
return
_nonceCache
;