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