6 references to NeverSubtypeOf
System.Data.SqlXml (6)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (5)
3395if ( (local1).XmlType .NeverSubtypeOf(local3) ) { 3406if ( (local1).XmlType .Prime .NeverSubtypeOf( local3.Prime ) ) { 3456if ( (local1).XmlType .NeverSubtypeOf(local3) ) { 3468if ( (local1).XmlType .Prime .NeverSubtypeOf( local3.Prime ) ) { 3493if ( (local1).XmlType .NeverSubtypeOf(local3) ) {
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
2955Debug.Assert(!typDerived.NeverSubtypeOf(typBase), "Normalizer should have eliminated IsType where source can never be a subtype of destination type.");