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