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