2 references to ContextId
System.ServiceModel (2)
System\ServiceModel\Security\SecurityContextTokenCache.cs (2)
160
isMatch = (((ContextAndGenerationKey)key).
ContextId
== contextId);
321
return (key2.
ContextId
== this.contextId && key2.Generation == this.generation);