1 write to Identity
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (1)
90Identity = identity;
7 references to Identity
Microsoft.CodeAnalysis.Scripting (7)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (7)
95private string GetDebuggerDisplay() => IsDefault ? "uninitialized" : Identity.GetDisplayName() + (LocationOpt != null ? " @ " + LocationOpt : ""); 292conflictingLoadedAssemblyOpt = loadedInfos.FirstOrDefault(info => !info.Identity.IsStrongName); 296AssemblyIdentityComparer.SimpleNameComparer.Equals(info.Identity.Name, identity.Name) && 297info.Identity.Version == identity.Version); 479if (DesktopAssemblyIdentityComparer.Default.ReferenceMatchesDefinition(identity, info.Identity)) 481if (candidate == null || candidateVersion < info.Identity.Version) 484candidateVersion = info.Identity.Version;