1 write to resourceManagerIdentifier
System.Transactions (1)
System\Transactions\Oletx\OletxResourceManager.cs (1)
67
this.
resourceManagerIdentifier
= resourceManagerIdentifier;
4 references to resourceManagerIdentifier
System.Transactions (4)
System\Transactions\Oletx\OletxEnlistment.cs (1)
738
byte[] rmGuidArray = oletxResourceManager.
resourceManagerIdentifier
.ToByteArray();
System\Transactions\Oletx\OletxResourceManager.cs (3)
93
Guid rmGuid = this.
resourceManagerIdentifier
;
478
if ( rmGuid != this.
resourceManagerIdentifier
)
1050
rmId = this.oletxResourceManager.
resourceManagerIdentifier
;