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