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