7 references to Identity
Microsoft.CodeAnalysis.Scripting (7)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (7)
82private string GetDebuggerDisplay() => IsDefault ? "uninitialized" : Identity.GetDisplayName() + (Location != null ? " @ " + Location : ""); 274conflictingLoadedAssemblyOpt = loadedInfos.FirstOrDefault(info => !info.Identity.IsStrongName); 278AssemblyIdentityComparer.SimpleNameComparer.Equals(info.Identity.Name, identity.Name) && 279info.Identity.Version == identity.Version); 457if (DesktopAssemblyIdentityComparer.Default.ReferenceMatchesDefinition(identity, info.Identity)) 459if (candidate == null || candidateVersion < info.Identity.Version) 462candidateVersion = info.Identity.Version;