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