1 write to generation
System.IdentityModel (1)
System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (1)
36this.generation = generation;
3 references to generation
System.IdentityModel (3)
System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (3)
46get { return this.generation; } 55return ReferenceEquals(this, that) || (that != null && that.Matches(this.contextId, this.generation)); 60return contextId == this.contextId && generation == this.generation;