1 write to Identity
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (1)
66Identity = identity;
7 references to Identity
Microsoft.CodeAnalysis.Scripting (7)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (7)
70private string GetDebuggerDisplay() => Identity + " @ " + Location; 212string simpleName = dependency.Identity.Name; 403if (identityAndLocation.Identity != null) 475if (DesktopAssemblyIdentityComparer.Default.ReferenceMatchesDefinition(identity, assembly.Identity)) 477if (candidate.Identity == null || candidate.Identity.Version < assembly.Identity.Version)