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