1 write to contextId
System.IdentityModel (1)
System\IdentityModel\Tokens\SessionSecurityTokenCacheKey.cs (1)
52
this.
contextId
= contextId;
5 references to contextId
System.IdentityModel (5)
System\IdentityModel\Tokens\SessionSecurityTokenCacheKey.cs (5)
80
return this.
contextId
;
143
if (key2.ContextId != this.
contextId
)
174
return this.
contextId
.GetHashCode();
178
return this.
contextId
.GetHashCode() ^ this.keyGeneration.GetHashCode();
191
sb.Append(this.
contextId
.ToString());