3 overrides of IsDod
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
602
public override bool
IsDod
{
857
public override bool
IsDod
{
1040
public override bool
IsDod
{
14 references to IsDod
System.Data.SqlXml (14)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (2)
89
else if (nd.XmlType.
IsDod
) {
132
else if (nd.XmlType.
IsDod
) {
System\Xml\Xsl\QIL\QilList.cs (1)
54
Debug.Assert(!xt.
IsDod
, "Sequences do not preserve DocOrderDistinct");
System\Xml\Xsl\XmlQueryType.cs (9)
132
if (!(Cardinality <= baseType.Cardinality) || (!
IsDod
&& baseType.
IsDod
))
135
if (!
IsDod
&& baseType.
IsDod
)
201
if (Cardinality != that.Cardinality ||
IsDod
!= that.
IsDod
)
460
if (!isXQ &&
IsDod
)
486
Debug.Assert(!
IsDod
&& !baseType.
IsDod
, "Singleton types may not have DocOrderDistinct property");
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
149
if (t.Cardinality == c && !t.
IsDod
)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
85
if (var.NodeType == QilNodeType.Parameter && varType.IsNode && varType.IsNotRtf && varType.MaybeMany && !varType.
IsDod
) {