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