680 references to AppDomain
mscorlib (253)
PresentationBuildTasks (11)
PresentationCore (13)
PresentationFramework (27)
SMDiagnostics (1)
SMSvcHost (4)
System (45)
System.Activities (4)
System.Activities.Core.Presentation (2)
System.Activities.Presentation (6)
System.AddIn (57)
System\Addin\Hosting\AddInActivator.cs (14)
78return AppDomain.CurrentDomain.PermissionSet;
111private static AppDomain CreateDomain(AddInToken token, PermissionSet permissionSet, String appDomainName)
118AppDomain domain = AppDomain.CreateDomain(appDomainName,
119AppDomain.CurrentDomain.Evidence, setup, permissionSet,
156AppDomain domain = null;
179internal static T Activate<T>(AddInToken token, AppDomain target)
304private static T ActivateInAppDomain<T>(AddInToken pipeline, AppDomain domain, AddInControllerImpl controller, bool weOwn)
309bool usingHostAppDomain = domain == AppDomain.CurrentDomain;
402AppDomain.CurrentDomain.AssemblyResolve += assemblyResolver;
421AppDomain.CurrentDomain.AssemblyResolve -= assemblyResolver;
533AppDomain.CurrentDomain.AssemblyResolve += assemblyResolver;
549AppDomain.CurrentDomain.AssemblyResolve -= assemblyResolver;
586foreach (Assembly a in AppDomain.CurrentDomain.GetAssemblies()) {
System.ComponentModel.DataAnnotations (4)
System.Configuration (11)
System.Core (3)
System.Data (21)
System.Data.Entity (6)
System.Data.Linq (1)
System.Data.Services.Client (1)
System.Data.SqlXml (3)
System.Drawing (11)
System.IdentityModel (1)
System.IO.Compression.FileSystem (1)
System.IO.Log (1)
System.Management (2)
System.Net (2)
System.Runtime.Caching (3)
System.ServiceModel (20)
System.ServiceModel.Activation (6)
System.ServiceModel.Activities (1)
System.ServiceModel.Channels (2)
System.ServiceModel.Internals (8)
System.Transactions (4)
System.Web (54)
System.Web.ApplicationServices (4)
System.Web.Entity.Design (3)
System.Web.Extensions (1)
System.Web.Services (8)
System.Windows.Forms (23)
System.Workflow.Activities (3)
System.Workflow.ComponentModel (5)
System.Workflow.Runtime (7)
System.WorkflowServices (2)
System.Xml (5)
WindowsBase (11)
XamlBuildTask (19)