3 writes to _maxCachedCookies
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (3)
46
_maxCachedCookies
= other._maxCachedCookies;
323
_maxCachedCookies
= value;
366
_maxCachedCookies
= defaultServerMaxCachedTokens;
2 references to _maxCachedCookies
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
46
_maxCachedCookies = other.
_maxCachedCookies
;
315
return
_maxCachedCookies
;