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