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