1 write to _probingPath
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\CoreClr\AssemblyLoadContextUtils.cs (1)
27_probingPath = probingPath ?? Path.GetDirectoryName(typeof(SimpleAssemblyLoadContext).Assembly.Location)!;
1 reference to _probingPath
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\CoreClr\AssemblyLoadContextUtils.cs (1)
32var assemblyPath = Path.Combine(_probingPath, $"{assemblyName.Name}.dll");