1 instantiation of SimpleAssemblyLoadContext
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\CoreClr\AssemblyLoadContextUtils.cs (1)
17new SimpleAssemblyLoadContext(name, probingPath);
2 references to SimpleAssemblyLoadContext
Microsoft.CodeAnalysis.Test.Utilities (2)
Platform\CoreClr\AssemblyLoadContextUtils.cs (2)
16public static SimpleAssemblyLoadContext Create(string name, string? probingPath = null) => 27_probingPath = probingPath ?? Path.GetDirectoryName(typeof(SimpleAssemblyLoadContext).Assembly.Location)!;