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