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