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