8 references to AppDomainUtils
Microsoft.CodeAnalysis.Test.Utilities (3)
Platform\Desktop\AppDomainUtils.cs (2)
22basePath = basePath ?? Path.GetDirectoryName(typeof(AppDomainUtils).Assembly.Location); 49Path.GetDirectoryName(typeof(AppDomainUtils).Assembly.Location),
Platform\Desktop\DesktopRuntimeEnvironment.cs (1)
186appDomain = AppDomainUtils.Create("HostedRuntimeEnvironment");
Microsoft.CodeAnalysis.UnitTests (5)
AnalyzerAssemblyLoaderTests.cs (1)
199appDomain = AppDomainUtils.Create($"Test {memberName}");
Analyzers\AnalyzerFileReferenceAppDomainTests.cs (4)
45dir.CopyFile(typeof(AppDomainUtils).Assembly.Location); 49var loadDomain = AppDomainUtils.Create("AnalyzerTestDomain", basePath: dir.Path); 84dir.CopyFile(typeof(AppDomainUtils).Assembly.Location); 107var loadDomain = AppDomainUtils.Create("AnalyzerTestDomain", basePath: dir.Path);