14 references to AppDomainSetup
mscorlib (7)
system\appdomain.cs (5)
2753AppDomainSetup info = new AppDomainSetup(); 3424info = new AppDomainSetup(); 3490AppDomainSetup info = new AppDomainSetup(); 4145AppDomainSetup setup = new AppDomainSetup(); 4705AppDomainSetup info = new AppDomainSetup();
system\appdomainmanager.cs (1)
75appDomainInfo = new AppDomainSetup();
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
1236AppDomainSetup hostDomainSetup = new AppDomainSetup()
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1013AppDomainSetup domainSetup = new AppDomainSetup();
System (1)
net\System\Net\_AutoWebProxyScriptWrapper.cs (1)
593s_AppDomainInfo = new AppDomainSetup();
System.AddIn (2)
System\Addin\Hosting\AddInActivator.cs (1)
113AppDomainSetup setup = new AppDomainSetup();
System\Addin\Hosting\AddInServer.cs (1)
55AppDomainSetup setup = new AppDomainSetup();
System.Web (1)
Hosting\ApplicationManager.cs (1)
902AppDomainSetup setup = new AppDomainSetup();
System.Web.ApplicationServices (1)
Hosting\CustomLoaderHelper.cs (1)
54AppDomainSetup setup = new AppDomainSetup() {
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
213AppDomainSetup appDomainSetup = new AppDomainSetup();