1 write to newCorrelationState
System.ServiceModel (1)
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
774
newCorrelationState
= new SecurityProtocolCorrelationState(token);
2 references to newCorrelationState
System.ServiceModel (2)
System\ServiceModel\Security\MessageSecurityProtocol.cs (2)
704
get { return this.
newCorrelationState
; }
715
newCorrelationState = self.
newCorrelationState
;