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)
47
get { return
_generation
; }
53
return ReferenceEquals(this, that) || (that != null && that.Matches(_contextId,
_generation
));
58
return contextId == _contextId && generation ==
_generation
;