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