1 write to Identity
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (1)
65Identity = identity;
7 references to Identity
Microsoft.CodeAnalysis.Scripting (7)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (7)
69private string GetDebuggerDisplay() => Identity + " @ " + Location; 211string simpleName = dependency.Identity.Name; 402if (identityAndLocation.Identity != null) 474if (DesktopAssemblyIdentityComparer.Default.ReferenceMatchesDefinition(identity, assembly.Identity)) 476if (candidate.Identity == null || candidate.Identity.Version < assembly.Identity.Version)