13 references to MaybeMany
System.Private.Xml (13)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (2)
77
if (!nd.XmlType!.
MaybeMany
)
141
if (!nd.XmlType!.
MaybeMany
)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (1)
53
if (ndLoop.Variable.NodeType == QilNodeType.Let || !ndLoop.Variable.Binding!.XmlType!.
MaybeMany
)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
737
if (typ.
MaybeMany
)
825
if (ndLoop.XmlType!.
MaybeMany
)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (5)
1955
if (!((local7).XmlType)!.
MaybeMany
)
1989
if (!((local6).XmlType)!.
MaybeMany
)
2025
if ((((local4).XmlType)!.IsSingleton) && (!((local5).XmlType)!.
MaybeMany
))
2053
if ((!((local4).XmlType)!.
MaybeMany
) && (((local5).XmlType)!.IsSingleton))
2853
if (!((local3).XmlType!).
MaybeMany
)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
81
if (result.XmlType!.
MaybeMany
&& result.XmlType.IsNode && result.XmlType.IsNotRtf)
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
99
if (xt.
MaybeMany
)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
89
if (var.NodeType == QilNodeType.Parameter && varType.IsNode && varType.IsNotRtf && varType.
MaybeMany
&& !varType.IsDod)