1 write to contextId
System.ServiceModel (1)
System\ServiceModel\Transactions\WsatRegistrationHeader.cs (1)
30this.contextId = contextId;
3 references to contextId
System.ServiceModel (3)
System\ServiceModel\Transactions\WsatRegistrationHeader.cs (3)
51get { return this.contextId; } 74if (this.contextId != null) 79writer.WriteValue(this.contextId);