1 write to contextId
System.ServiceModel (1)
System\ServiceModel\Security\SecurityContextTokenCache.cs (1)
291
this.
contextId
= contextId;
3 references to contextId
System.ServiceModel (3)
System\ServiceModel\Security\SecurityContextTokenCache.cs (3)
299
return this.
contextId
;
313
return this.
contextId
.GetHashCode() ^ this.generation.GetHashCode();
321
return (key2.ContextId == this.
contextId
&& key2.Generation == this.generation);