1 instantiation of MsdtcWrapper
WsatUI (1)
Configuration\MsdtcWrapper.cs (1)
56wrapper = new MsdtcWrapper(machineName, virtualServerName, configProvider);
9 references to MsdtcWrapper
WsatUI (9)
Configuration\MsdtcWrapper.cs (4)
23static Dictionary<string, MsdtcWrapper> wrappers = new Dictionary<string, MsdtcWrapper>(); 48internal static MsdtcWrapper GetWrapper(string machineName, string virtualServerName, ConfigurationProvider configProvider) 50MsdtcWrapper wrapper;
Configuration\WsatConfiguration.cs (4)
114internal MsdtcWrapper GetMsdtcWrapper() 116return MsdtcWrapper.GetWrapper(MachineName, VirtualServer, this.msdtcConfigProvider); 248MsdtcWrapper wrapper = this.GetMsdtcWrapper(); 453MsdtcWrapper msdtc = this.GetMsdtcWrapper();
MMCUI\WSATControl.cs (1)
29MsdtcWrapper msdtc;