3 writes to _allowCookies
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
44
_allowCookies
= HttpTransportDefaults.AllowCookies;
64
_allowCookies
= elementToBeCloned._allowCookies;
95
_allowCookies
= value;
4 references to _allowCookies
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
64
_allowCookies = elementToBeCloned.
_allowCookies
;
91
return
_allowCookies
;
578
if (
_allowCookies
!= http.
_allowCookies
)