1 instantiation of ContextAndGenerationKey
System.ServiceModel (1)
System\ServiceModel\Security\SecurityContextTokenCache.cs (1)
98return new ContextAndGenerationKey(contextId, generation);
8 references to ContextAndGenerationKey
System.ServiceModel (8)
System\ServiceModel\Security\SecurityContextTokenCache.cs (8)
160isMatch = (((ContextAndGenerationKey)key).ContextId == contextId); 318if (obj is ContextAndGenerationKey) 320ContextAndGenerationKey key2 = ((ContextAndGenerationKey)obj); 329public static bool operator ==(ContextAndGenerationKey a, ContextAndGenerationKey b) 339public static bool operator !=(ContextAndGenerationKey a, ContextAndGenerationKey b)