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