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