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)
40get { return _generation; } 46return ReferenceEquals(this, that) || (that != null && that.Matches(ContextId, _generation)); 51return contextId == ContextId && generation == _generation;