5 references to Identifier
System.ServiceModel (5)
System\ServiceModel\Transactions\OletxTransactionHeader.cs (2)
66if (!string.IsNullOrEmpty(this.wsatInfo.Identifier)) 70this.wsatInfo.Identifier);
System\ServiceModel\Transactions\WsatTransactionFormatter.cs (3)
156if (!string.IsNullOrEmpty(info.Identifier)) 158context.Identifier = info.Identifier; 159nonNativeContextId = info.Identifier;