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