3 writes to _authenticationScheme
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
45_authenticationScheme = HttpTransportDefaults.AuthenticationScheme; 65_authenticationScheme = elementToBeCloned._authenticationScheme; 109_authenticationScheme = value;
8 references to _authenticationScheme
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (8)
65_authenticationScheme = elementToBeCloned._authenticationScheme; 104return _authenticationScheme; 477if (_authenticationScheme == AuthenticationSchemes.None) 480_authenticationScheme)); 482else if (!_authenticationScheme.IsSingleton()) 485_authenticationScheme)); 580if (_authenticationScheme != http._authenticationScheme)