10 references to AssemblyQualifiedNameEquals
System.Xaml (10)
System\Xaml\MS\Impl\XmlNsInfo.cs (5)
169if (LooseTypeExtensions.AssemblyQualifiedNameEquals(cad.Constructor.DeclaringType, typeof(XmlnsDefinitionAttribute))) 260if (LooseTypeExtensions.AssemblyQualifiedNameEquals(cad.Constructor.DeclaringType, typeof(InternalsVisibleToAttribute))) 319if (LooseTypeExtensions.AssemblyQualifiedNameEquals(cad.Constructor.DeclaringType, typeof(XmlnsCompatibleWithAttribute))) 372if (LooseTypeExtensions.AssemblyQualifiedNameEquals(cad.Constructor.DeclaringType, typeof(XmlnsPrefixAttribute))) 422if (LooseTypeExtensions.AssemblyQualifiedNameEquals(cad.Constructor.DeclaringType, typeof(RootNamespaceAttribute)))
System\Xaml\RefOnly\LooseTypeExtensions.cs (4)
77if (AssemblyQualifiedNameEquals(t1, t2)) 116if (AssemblyQualifiedNameEquals(interfaces[i], interfaceType) 134if (AssemblyQualifiedNameEquals(t1, t2)) 141if (AssemblyQualifiedNameEquals(baseType, t2))
System\Xaml\Schema\Reflector.cs (1)
413return LooseTypeExtensions.AssemblyQualifiedNameEquals(userType, builtInType);