1 write to LocationOpt
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (1)
91LocationOpt = locationOpt;
4 references to LocationOpt
Microsoft.CodeAnalysis.Scripting (4)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (4)
95private string GetDebuggerDisplay() => IsDefault ? "uninitialized" : Identity.GetDisplayName() + (LocationOpt != null ? " @ " + LocationOpt : ""); 319loadedAssemblyWithEqualNameAndVersionOpt.LocationOpt, 331conflictingLoadedAssemblyOpt.LocationOpt,