13 references to MaybeMany
System.Data.SqlXml (13)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (2)
75
if (!nd.XmlType.
MaybeMany
) {
128
if (!nd.XmlType.
MaybeMany
) {
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (1)
51
if (ndLoop.Variable.NodeType == QilNodeType.Let || !ndLoop.Variable.Binding.XmlType.
MaybeMany
)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
676
if (typ.
MaybeMany
) {
756
if (ndLoop.XmlType.
MaybeMany
)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (5)
1498
if ( !( (local7).XmlType ).
MaybeMany
) {
1524
if ( !( (local6).XmlType ).
MaybeMany
) {
1551
if (( ( (local4).XmlType ).IsSingleton ) && ( !( (local5).XmlType ).
MaybeMany
)) {
1572
if (( !( (local4).XmlType ).
MaybeMany
) && ( ( (local5).XmlType ).IsSingleton )) {
2160
if ( !( (local3).XmlType ).
MaybeMany
) {
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
76
if (result.XmlType.
MaybeMany
&& result.XmlType.IsNode && result.XmlType.IsNotRtf) {
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
95
if (xt.
MaybeMany
) {
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
85
if (var.NodeType == QilNodeType.Parameter && varType.IsNode && varType.IsNotRtf && varType.
MaybeMany
&& !varType.IsDod) {