4 references to Location
Microsoft.CodeAnalysis.Scripting (4)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (4)
82
private string GetDebuggerDisplay() => IsDefault ? "uninitialized" : Identity.GetDisplayName() + (
Location
!= null ? " @ " +
Location
: "");
300
loadedAssemblyWithEqualNameAndVersionOpt.
Location
,
312
conflictingLoadedAssemblyOpt.
Location
,