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
;
215
return
_tokenType
;
315
if (
_tokenType
!= null)
317
result.Add(driver.CreateTokenTypeElement(
_tokenType
));
595
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "TokenType: {0}",
_tokenType
== null ? "null" :
_tokenType
));