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