Base:
property
Count
System.Xml.Xsl.Qil.QilNode.Count
49 references to Count
System.Data.SqlXml (49)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (3)
59
if (ndSeq.
Count
> 0)
60
AnalyzeDefinition(ndSeq[ndSeq.
Count
- 1]);
67
for (int i = 0; i < ndChoice.Branches.
Count
; i++)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
569
for (int idx = 0; idx < ndSeq.
Count
; idx++)
603
idx = ndChoice.Branches.
Count
- 1;
901
for (int idx = 0; idx < ndBranches.
Count
; idx++)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
636
if (( (local0).
Count
== (1) ) && (this[XmlILOptimization.EliminateSequence])) {
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (8)
1050
if (ndSeq.
Count
== 0)
1107
arrSwitchLabels = new Label[ndSeq.
Count
];
1110
for (i = 0; i < ndSeq.
Count
; i++) {
1117
if (i == ndSeq.
Count
- 1)
2373
for (int iArg = 0; iArg < ndInvoke.Arguments.
Count
; iArg++) {
3320
this.helper.LoadInteger(ndInvoke.Arguments.
Count
);
3324
for (int iArg = 0; iArg < ndInvoke.Arguments.
Count
; iArg++) {
3379
for (int iArg = 0; iArg < ndInvoke.Arguments.
Count
; iArg++) {
System\Xml\Xsl\QIL\QilPatternFactory.cs (3)
301
switch (branches.
Count
) {
543
Debug.Assert(func.Arguments.
Count
== args.
Count
);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
367
Check(node.Branches.
Count
> 0, node, "Choice must have at least one branch");
System\Xml\Xsl\QIL\QilXmlReader.cs (14)
196
Debug.Assert(list.
Count
> 0, "QilExpression node requires a Root expression");
197
QilExpression qil = f.QilExpression(list[list.
Count
- 1]);
200
for (int i = 0; i < list.
Count
- 1; i++) {
240
Debug.Assert(list.
Count
<= (this.inFwdDecls ? 0 : 1), "Parameter '" + id + "' must have 0 or 1 arguments");
242
if (this.inFwdDecls || list.
Count
== 0)
249
Debug.Assert(list.
Count
== (this.inFwdDecls ? 0 : 1), "Let '" + id + "' must have 0 or 1 arguments");
257
Debug.Assert(list.
Count
== 1, "For '" + id + "' must have 1 argument");
262
Debug.Assert(list.
Count
== (this.inFwdDecls ? 2 : 3), "Function '" + id + "' must have 2 or 3 arguments");
286
if (list.
Count
> 0) nd[0] = list[0];
287
if (list.
Count
> 1) nd[1] = list[1];
343
Debug.Assert(list.
Count
== 2, "XsltInvokeEarlyBound must have exactly 2 arguments");
366
Debug.Assert(facMethod.GetParameters().Length == list.
Count
, "NodeType " + r.LocalName + " does not allow " + list.
Count
+ " parameters");
369
facArgs = new object[list.
Count
];
System\Xml\Xsl\XmlIlGenerator.cs (4)
194
paramTypes = new Type[ndFunc.Arguments.
Count
];
195
paramNames = new string[ndFunc.Arguments.
Count
];
198
for (int arg = 0; arg < ndFunc.Arguments.
Count
; arg ++) {
224
for (int arg = 0; arg < ndFunc.Arguments.
Count
; arg ++) {
System\Xml\Xsl\Xslt\InvokeGenerator.cs (1)
48
for (curArg = 0; curArg < formalArgs.
Count
; curArg ++) {
System\Xml\Xsl\Xslt\QilGenerator.cs (11)
383
if (varList.
Count
!= nsList.
Count
) {
387
for (int i = 0; i < nsList.
Count
; i ++) {
403
newVar.DebugName = f.QName("ns" + this.nsVars.
Count
, XmlReservedNs.NsXslDebug).ToString();
473
for (int j = 0; j < args.
Count
; j ++) {
669
if (!IsDebug && content.
Count
== 1) {
890
if (result.
Count
== 1) {
1297
if (keyList.
Count
== 0)
1525
Debug.Assert(0 < list.
Count
, "Pattern should have at least one filter");
1532
for (int i = list.
Count
- 1; 0 <= i; i --) {
1804
for (int idx = 0; idx < filters.
Count
; idx++) {