1 write to OriginalPath
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (1)
442
new LoadedAssembly {
OriginalPath
= assemblyAndLocation.GlobalAssemblyCache ? assemblyAndLocation.Location : originalPath });
1 reference to OriginalPath
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (1)
235
loadDirectory = Path.GetDirectoryName(loadedAssembly.
OriginalPath
);