1 write to _claimType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\Claim.cs (1)
62_claimType = claimType;
4 references to _claimType
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\Claim.cs (4)
98get { return _claimType; } 188_comparer = ClaimComparer.GetComparer(_claimType); 195_comparer = ClaimComparer.GetComparer(_claimType); 201return string.Format(CultureInfo.CurrentCulture, "{0}: {1}", _right, _claimType);