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