4 references to ReferenceMatchesDefinition
Microsoft.CodeAnalysis (2)
ReferenceManager\CommonReferenceManager.Resolution.cs (2)
718IdentityComparer.ReferenceMatchesDefinition(identity, other.Identity) && 719IdentityComparer.ReferenceMatchesDefinition(other.Identity, identity))
Microsoft.CodeAnalysis.Scripting (2)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (2)
457if (DesktopAssemblyIdentityComparer.Default.ReferenceMatchesDefinition(identity, info.Identity)) 475if (DesktopAssemblyIdentityComparer.Default.ReferenceMatchesDefinition(identity, assembly.Identity))