1 reference to Identity
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (1)
82
private string GetDebuggerDisplay() => IsDefault ? "uninitialized" :
Identity
.GetDisplayName() + (Location != null ? " @ " + Location : "");