1 instantiation of MsdtcWrapper
WsatConfig (1)
Configuration\MsdtcWrapper.cs (1)
56wrapper = new MsdtcWrapper(machineName, virtualServerName, configProvider);
10 references to MsdtcWrapper
WsatConfig (10)
CommandLine\ConsoleEntryPoint.cs (1)
134MsdtcWrapper msdtc = newConfig.GetMsdtcWrapper();
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 (5)
114internal MsdtcWrapper GetMsdtcWrapper() 116return MsdtcWrapper.GetWrapper(MachineName, VirtualServer, this.msdtcConfigProvider); 248MsdtcWrapper wrapper = this.GetMsdtcWrapper(); 453MsdtcWrapper msdtc = this.GetMsdtcWrapper(); 917MsdtcWrapper msdtc = this.GetMsdtcWrapper();