3 references to IsDefault
Microsoft.CodeAnalysis.Scripting (3)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (3)
95
private string GetDebuggerDisplay() =>
IsDefault
? "uninitialized" : Identity.GetDisplayName() + (LocationOpt != null ? " @ " + LocationOpt : "");
305
if (!loadedAssemblyWithEqualNameAndVersionOpt.
IsDefault
)
325
if (!conflictingLoadedAssemblyOpt.
IsDefault
)