1 write to identifier
System.ServiceModel (1)
System\ServiceModel\Transactions\WsatExtendedInformation.cs (1)
15this.identifier = identifier;
3 references to identifier
System.ServiceModel (3)
System\ServiceModel\Transactions\WsatExtendedInformation.cs (3)
21get { return this.identifier; } 32bool nativeId = IsNativeIdentifier(this.identifier, transactionId); 33string cacheIdentifier = nativeId ? null : this.identifier;