1 write to Identity
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (1)
71Identity = identity;
7 references to Identity
Microsoft.CodeAnalysis.Scripting (7)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (7)
75private string GetDebuggerDisplay() => Identity + " @ " + Location; 227string simpleName = dependency.Identity.Name; 424if (identityAndLocation.Identity != null) 497if (DesktopAssemblyIdentityComparer.Default.ReferenceMatchesDefinition(identity, assembly.Identity)) 499if (candidate.Identity == null || candidate.Identity.Version < assembly.Identity.Version)