1 write to volatileDemux
System.Transactions (1)
System\Transactions\VolatileEnlistmentMultiplexing.cs (1)
542this.volatileDemux = value;
2 references to volatileDemux
System.Transactions (2)
System\Transactions\VolatileEnlistmentMultiplexing.cs (2)
537return this.volatileDemux; 541Debug.Assert( this.volatileDemux == null, "volatileDemux can only be set once." );