Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
7 overrides of Count
System.Data.SqlXml (7)
System\Xml\Xsl\QIL\QilBinary.cs (1)
40public override int Count {
System\Xml\Xsl\QIL\QilExpression.cs (1)
68public override int Count {
System\Xml\Xsl\QIL\QilFunction.cs (1)
49public override int Count {
System\Xml\Xsl\QIL\QilIterator.cs (1)
34public override int Count {
System\Xml\Xsl\QIL\QilList.cs (1)
85public override int Count {
System\Xml\Xsl\QIL\QilTernary.cs (1)
41public override int Count {
System\Xml\Xsl\QIL\QilUnary.cs (1)
39public override int Count {
33 references to Count
System.Data.SqlXml (33)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (19)
184for (int i = 0; i < node.Count; i++) { 608if ( (local1).Count == (0) ) { 690if ( (local1).Count == (0) ) { 700if ( (local2).Count == (0) ) { 772if ( (local1).Count == (0) ) { 782if ( (local2).Count == (0) ) { 837if ( (local1).Count == (0) ) { 847if ( (local2).Count == (0) ) { 2014if ( (local3).Count == (0) ) { 2026if ( (local2).Count == (0) ) { 2073if ( (local4).Count == (0) ) { 2091if ( (local5).Count == (0) ) { 2108if ( (local5).Count == (0) ) { 2129if ( (local6).Count == (0) ) { 2710if ((( local1.Count == 2 ) && ( ( (QilNode) (local1)[0] ).XmlType .IsSubtypeOf( XmlQueryTypeFactory.Node ) )) && ( ( ( (QilNode) (local1)[1] ).XmlType ) == ( XmlQueryTypeFactory.StringX ) )) { 2766if ((( local1.Count == 2 ) && ( ( ( (QilNode) (local1)[0] ).XmlType ) == ( XmlQueryTypeFactory.Node ) )) && ( ( ( (QilNode) (local1)[1] ).XmlType ) == ( XmlQueryTypeFactory.StringX ) )) { 2809if ( (local4).Count == (0) ) { 3517if ( (local1).Count == (0) ) { 3970if (nd.Count == 0)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
822if (ndCond.Right.NodeType == QilNodeType.Sequence && ndCond.Right.Count == 0) { 947regBranches = ndBranches.Count - 1; 1409if (listStrings.NodeType == QilNodeType.Sequence && listStrings.Count < 5) { 1426this.helper.CallConcatStrings(listStrings.Count);
System\Xml\Xsl\QIL\QilCloneVisitor.cs (1)
76for (int i = 0; i < parent.Count; i++) {
System\Xml\Xsl\QIL\QilNode.cs (5)
143Insert(Count, node); 148Insert(Count, list[i]); 152for (int index = Count - 1; index >= 0; index--) 161for (int i = 0; i < Count; i++) 175for (int i = 0; i < Count; i++)
System\Xml\Xsl\QIL\QilReplaceVisitor.cs (1)
39for (int i = 0; i < parent.Count; i++) {
System\Xml\Xsl\QIL\QilVisitor.cs (2)
43for (int i = 0; i < parent.Count; i++) { 448for (int i = 0; i < input.Count; i++) {
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
648if (result.NodeType == QilNodeType.Sequence && result.Count == 0) {