Base:
property
Count
System.Xml.Xsl.Qil.QilNode.Count
44 references to Count
System.Private.Xml (44)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (3)
62
if (ndSeq.
Count
> 0)
63
AnalyzeDefinition(ndSeq[ndSeq.
Count
- 1]);
71
for (int i = 0; i < ndChoice.Branches.
Count
; i++)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
622
for (int idx = 0; idx < ndSeq.
Count
; idx++)
658
idx = ndChoice.Branches.
Count
- 1;
992
for (int idx = 0; idx < ndBranches.
Count
; idx++)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (3)
789
if (((local0).
Count
== (1)) && (this[XmlILOptimization.EliminateSequence]))
5627
for (int oldIdx = 0; oldIdx < globals.
Count
; oldIdx++)
5656
for (int oldIdx = globals.
Count
- 1; oldIdx >= newIdx; oldIdx--)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (8)
1130
if (ndSeq.
Count
== 0)
1194
arrSwitchLabels = new Label[ndSeq.
Count
];
1197
for (i = 0; i < ndSeq.
Count
; i++)
1205
if (i == ndSeq.
Count
- 1)
2558
for (int iArg = 0; iArg < ndInvoke.Arguments.
Count
; iArg++)
3570
_helper.LoadInteger(ndInvoke.Arguments.
Count
);
3574
for (int iArg = 0; iArg < ndInvoke.Arguments.
Count
; iArg++)
3637
for (int iArg = 0; iArg < ndInvoke.Arguments.
Count
; iArg++)
System\Xml\Xsl\QIL\QilPatternFactory.cs (3)
323
switch (branches.
Count
)
607
Debug.Assert(func.Arguments.
Count
== args.
Count
);
System\Xml\Xsl\QIL\QilTypeChecker.cs (6)
397
Check(node.Branches.
Count
> 0, node, "Choice must have at least one branch");
670
Check(actualArgs.
Count
== formalArgs.
Count
, actualArgs, "Invoke argument count must match function's argument count");
672
for (int i = 0; i < actualArgs.
Count
; i++)
950
Check(actualArgs.
Count
== extFunc.Method!.GetParameters().Length, actualArgs, "InvokeEarlyBound argument count must match function's argument count");
952
for (int i = 0; i < actualArgs.
Count
; i++)
System\Xml\Xsl\XmlIlGenerator.cs (4)
203
paramTypes = new Type[ndFunc.Arguments.
Count
];
204
paramNames = new string[ndFunc.Arguments.
Count
];
207
for (int arg = 0; arg < ndFunc.Arguments.
Count
; arg++)
236
for (int arg = 0; arg < ndFunc.Arguments.
Count
; arg++)
System\Xml\Xsl\Xslt\InvokeGenerator.cs (1)
47
for (_curArg = 0; _curArg < _formalArgs.
Count
; _curArg++)
System\Xml\Xsl\Xslt\QilGenerator.cs (13)
439
if (varList.
Count
!= nsList.
Count
)
444
for (int i = 0; i < nsList.
Count
; i++)
463
newVar.DebugName = _f.QName($"ns{_nsVars.
Count
}", XmlReservedNs.NsXslDebug).ToString();
550
for (int j = 0; j < args.
Count
; j++)
772
if (!IsDebug && content.
Count
== 1)
1050
if (result.
Count
== 1)
1539
if (keyList.
Count
== 0)
1818
Debug.Assert(0 < list.
Count
, "Pattern should have at least one filter");
1827
for (int i = list.
Count
- 1; 0 <= i; i--)
2150
for (int idx = 0; idx < filters.
Count
; idx++)
2568
if (actualArgs.Count != formalArgs.
Count
)
2573
for (int invArg = 0; invArg < formalArgs.
Count
; invArg++)