10 references to AssemblyQualifiedNameEquals
System.Xaml (10)
System\Xaml\MS\Impl\XmlNsInfo.cs (5)
168if (LooseTypeExtensions.AssemblyQualifiedNameEquals(cad.Constructor.DeclaringType, typeof(XmlnsDefinitionAttribute))) 259if (LooseTypeExtensions.AssemblyQualifiedNameEquals(cad.Constructor.DeclaringType, typeof(InternalsVisibleToAttribute))) 318if (LooseTypeExtensions.AssemblyQualifiedNameEquals(cad.Constructor.DeclaringType, typeof(XmlnsCompatibleWithAttribute))) 371if (LooseTypeExtensions.AssemblyQualifiedNameEquals(cad.Constructor.DeclaringType, typeof(XmlnsPrefixAttribute))) 421if (LooseTypeExtensions.AssemblyQualifiedNameEquals(cad.Constructor.DeclaringType, typeof(RootNamespaceAttribute)))
System\Xaml\RefOnly\LooseTypeExtensions.cs (4)
76if (AssemblyQualifiedNameEquals(t1, t2)) 115if (AssemblyQualifiedNameEquals(interfaces[i], interfaceType) 133if (AssemblyQualifiedNameEquals(t1, t2)) 140if (AssemblyQualifiedNameEquals(baseType, t2))
System\Xaml\Schema\Reflector.cs (1)
412return LooseTypeExtensions.AssemblyQualifiedNameEquals(userType, builtInType);