1 write to _generation
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (1)
33
_generation
= generation;
3 references to _generation
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (3)
40
get { return
_generation
; }
46
return ReferenceEquals(this, that) || (that != null && that.Matches(ContextId,
_generation
));
51
return contextId == ContextId && generation ==
_generation
;