Home
last modified time | relevance | path

Searched refs:appDomainSetup (Results 1 – 15 of 15) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/MSBuild/
H A DOutOfProcTaskAppDomainWrapperBase.cs114 AppDomainSetup appDomainSetup, in ExecuteTask() argument
164 appDomainSetup, in ExecuteTask()
181 appDomainSetup, in ExecuteTask()
225 AppDomainSetup appDomainSetup, in InstantiateAndExecuteTaskInSTAThread() argument
250 appDomainSetup, in InstantiateAndExecuteTaskInSTAThread()
313 AppDomainSetup appDomainSetup, in InstantiateAndExecuteTask() argument
327 appDomainSetup, in InstantiateAndExecuteTask()
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dappdomain-marshalbyref-assemblyload.cs33 var appDomainSetup = new AppDomainSetup (); in CreateDomain()
34 appDomainSetup.ApplicationBase = newpath; in CreateDomain()
35 var appDomain = AppDomain.CreateDomain ("MyDomainName", new Evidence (), appDomainSetup); in CreateDomain()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages.Deployment/
H A DAppDomainHelper.cs24 var appDomainSetup = new AppDomainSetup in GetBinAssemblyReferences()
30 ….CreateDomain(typeof(AppDomainHelper).Namespace, AppDomain.CurrentDomain.Evidence, appDomainSetup); in GetBinAssemblyReferences()
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Node/
H A DNodeConfiguration.cs55 AppDomainSetup appDomainSetup in NodeConfiguration() argument
61 _appDomainSetup = appDomainSetup; in NodeConfiguration()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/XamlBuildTask/Microsoft/Build/Tasks/Xaml/
H A DXamlBuildTaskServices.cs213 AppDomainSetup appDomainSetup = new AppDomainSetup(); in CreateAppDomain()
214 appDomainSetup.ShadowCopyFiles = "true"; in CreateAppDomain()
215 appDomainSetup.ApplicationBase = buildTaskPath; in CreateAppDomain()
216 appDomainSetup.LoaderOptimization = LoaderOptimization.MultiDomainHost; in CreateAppDomain()
221 appDomainSetup.AppDomainManagerType = ""; in CreateAppDomain()
222 appDomainSetup.AppDomainManagerAssembly = ""; in CreateAppDomain()
228 appDomainSetup, in CreateAppDomain()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Test/
H A DRewriteAndLoad.cs75 var appDomainSetup = new AppDomainSetup { in Load()
78 this.testDomain = AppDomain.CreateDomain ("TestDomain", null, appDomainSetup); in Load()
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DTaskLoader.cs55 , AppDomainSetup appDomainSetup in CreateTask() argument
98 byte[] currentAppdomainBytes = appDomainSetup.GetConfigurationBytes(); in CreateTask()
H A DTaskHostConfiguration.cs119 AppDomainSetup appDomainSetup, in TaskHostConfiguration() argument
149 _appDomainSetup = appDomainSetup; in TaskHostConfiguration()
/dports/devel/msbuild/msbuild-0.06/src/Build/Instance/TaskFactories/
H A DAssemblyTaskFactory.cs329 AppDomainSetup appDomainSetup, in CreateTaskInstance() argument
379 , appDomainSetup in CreateTaskInstance()
392 , appDomainSetup in CreateTaskInstance()
H A DTaskHostTask.cs135 , AppDomainSetup appDomainSetup in TaskHostTask() argument
146 _appDomainSetup = appDomainSetup; in TaskHostTask()
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/TaskExecutionHost/AddInParts/
H A DITaskExecutionHost.cs72 AppDomainSetup appDomainSetup, in InitializeForTask() argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmscoree.h758 IUnknown **appDomainSetup) = 0;
855 IUnknown **appDomainSetup);
898 …ne ICorRuntimeHost_CreateDomainSetup(This,appDomainSetup) (This)->lpVtbl->CreateDomainSetup(This,a…
959 …INLINE HRESULT ICorRuntimeHost_CreateDomainSetup(ICorRuntimeHost* This,IUnknown **appDomainSetup) {
960 return This->lpVtbl->CreateDomainSetup(This,appDomainSetup);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmscoree.h758 IUnknown **appDomainSetup) = 0;
855 IUnknown **appDomainSetup);
898 …ne ICorRuntimeHost_CreateDomainSetup(This,appDomainSetup) (This)->lpVtbl->CreateDomainSetup(This,a…
959 …INLINE HRESULT ICorRuntimeHost_CreateDomainSetup(ICorRuntimeHost* This,IUnknown **appDomainSetup) {
960 return This->lpVtbl->CreateDomainSetup(This,appDomainSetup);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DBuildResultCache.cs942 AppDomainSetup appDomainSetup = Thread.GetDomain().SetupInformation; in RemoveAllCodegenFiles()
943 UnsafeNativeMethods.DeleteShadowCache(appDomainSetup.CachePath, in RemoveAllCodegenFiles()
944 appDomainSetup.ApplicationName); in RemoveAllCodegenFiles()
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/TaskExecutionHost/
H A DTaskExecutionHost.cs277 AppDomainSetup appDomainSetup, in ITaskExecutionHost.InitializeForTask() argument
291 this.AppDomainSetup = appDomainSetup; in ITaskExecutionHost.InitializeForTask()