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