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