3 writes to _tokenType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
52_tokenType = other._tokenType; 92_tokenType = tokenType; 219_tokenType = value;
6 references to _tokenType
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (6)
52_tokenType = other._tokenType; 215return _tokenType; 315if (_tokenType != null) 317result.Add(driver.CreateTokenTypeElement(_tokenType)); 595sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "TokenType: {0}", _tokenType == null ? "null" : _tokenType));