6 references to NeverSubtypeOf
System.Private.Xml (6)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (5)
4515
if ((local1).XmlType!.
NeverSubtypeOf
(local3))
4530
if ((local1).XmlType!.Prime.
NeverSubtypeOf
(local3.Prime))
4598
if ((local1).XmlType!.
NeverSubtypeOf
(local3))
4614
if ((local1).XmlType!.Prime.
NeverSubtypeOf
(local3.Prime))
4649
if ((local1).XmlType!.
NeverSubtypeOf
(local3))
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3181
Debug.Assert(!typDerived!.
NeverSubtypeOf
(typBase), "Normalizer should have eliminated IsType where source can never be a subtype of destination type.");