4 references to AssemblyRefEqualsDef
System.AddIn (4)
System\Addin\Hosting\InspectionWorker.cs (1)
147
if (Utils.
AssemblyRefEqualsDef
(assemblyRef, a.FullName))
System\Addin\Hosting\Utils.cs (2)
208
if (Utils.
AssemblyRefEqualsDef
(assemblyRef, a.FullName)) {
243
if (Utils.
AssemblyRefEqualsDef
(assemblyRef, assembly.FullName))
System\Addin\MiniReflection\MiniAssembly.cs (1)
271
return Utils.
AssemblyRefEqualsDef
(nameRefB, nameA);