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