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