Implemented interface members:
5 overrides of Count
System.Private.Xml (5)
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
112
public override int
Count
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
449
public override int
Count
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
663
public override int
Count
941
public override int
Count
1129
public override int
Count
22 references to Count
System.Private.Xml (22)
System\Xml\Xsl\ListBase.cs (6)
40
for (int i = 0; i <
Count
; i++)
49
for (int i = 0; i <
Count
; i++)
70
Insert(
Count
, value);
96
for (int index =
Count
- 1; index >= 0; index--)
127
for (int i = 0; i <
Count
; i++)
149
return
Count
- 1;
System\Xml\Xsl\XmlQueryType.cs (15)
114
if (thisPrime.
Count
== 1 && basePrime.
Count
== 1)
152
if (
Count
== 0)
187
if (thisPrime.
Count
!= thatPrime.
Count
)
191
if (thisPrime.
Count
== 1)
406
for (int i = 0; i <
Count
; i++)
431
switch (
Count
)
441
sa = new string[
Count
];
442
for (int i = 0; i <
Count
; i++)
487
Debug.Assert(
Count
== 1 && IsSingleton, "This method should only be called for item types.");
488
Debug.Assert(baseType.
Count
== 1 && baseType.IsSingleton, "This method should only be called for item types.");
528
Debug.Assert(this.
Count
== 1 && this.IsSingleton, "this should be an item");
529
Debug.Assert(other.
Count
== 1 && other.IsSingleton, "other should be an item");
562
Debug.Assert(
Count
== 1, "Do not pass a Union type to this method.");
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
1131
get { return _prime.
Count
; }