2 writes to _isTokenOptional
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SupportingTokenAuthenticatorSpecification.cs (2)
40_isTokenOptional = isTokenOptional; 66set { _isTokenOptional = value; }
1 reference to _isTokenOptional
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SupportingTokenAuthenticatorSpecification.cs (1)
65get { return _isTokenOptional; }