1 write to _generation
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (1)
37_generation = generation;
3 references to _generation
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (3)
47get { return _generation; } 53return ReferenceEquals(this, that) || (that != null && that.Matches(_contextId, _generation)); 58return contextId == _contextId && generation == _generation;