3 overrides of IsDod
System.Private.Xml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
635
public override bool
IsDod
913
public override bool
IsDod
1101
public override bool
IsDod
14 references to IsDod
System.Private.Xml (14)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (2)
94
else if (nd.XmlType.
IsDod
)
146
else if (nd.XmlType.
IsDod
)
System\Xml\Xsl\QIL\QilList.cs (1)
58
Debug.Assert(!xt.
IsDod
, "Sequences do not preserve DocOrderDistinct");
System\Xml\Xsl\XmlQueryType.cs (9)
101
if (!(Cardinality <= baseType.Cardinality) || (!
IsDod
&& baseType.
IsDod
))
104
if (!
IsDod
&& baseType.
IsDod
)
177
if (Cardinality != that.Cardinality ||
IsDod
!= that.
IsDod
)
462
if (!isXQ &&
IsDod
)
489
Debug.Assert(!
IsDod
&& !baseType.
IsDod
, "Singleton types may not have DocOrderDistinct property");
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
155
if (t.Cardinality == c && !t.
IsDod
)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
89
if (var.NodeType == QilNodeType.Parameter && varType.IsNode && varType.IsNotRtf && varType.MaybeMany && !varType.
IsDod
)