Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
5 overrides of Count
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
106
public override int
Count
{
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
426
public override int
Count
{
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
646
public override int
Count
{
897
public override int
Count
{
1078
public override int
Count
{
22 references to Count
System.Data.SqlXml (22)
System\Xml\Xsl\ListBase.cs (6)
38
for (int i = 0; i <
Count
; i++)
46
for (int i = 0; i <
Count
; i++)
63
Insert(
Count
, value);
84
for (int index =
Count
- 1; index >= 0; index--)
110
for (int i = 0; i <
Count
; i++)
129
return
Count
- 1;
System\Xml\Xsl\XmlQueryType.cs (15)
145
if (thisPrime.
Count
== 1 && basePrime.
Count
== 1)
179
if (
Count
== 0)
211
if (thisPrime.
Count
!= thatPrime.
Count
)
215
if (thisPrime.
Count
== 1) {
408
for (int i = 0; i <
Count
; i++) {
430
switch (
Count
) {
440
sa = new string[
Count
];
441
for (int i = 0; i <
Count
; i++)
484
Debug.Assert(
Count
== 1 && IsSingleton, "This method should only be called for item types.");
485
Debug.Assert(baseType.
Count
== 1 && baseType.IsSingleton, "This method should only be called for item types.");
521
Debug.Assert(this.
Count
== 1 && this.IsSingleton, "this should be an item");
522
Debug.Assert(other.
Count
== 1 && other.IsSingleton, "other should be an item");
551
Debug.Assert(
Count
== 1, "Do not pass a Union type to this method.");
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
1079
get { return this.prime.
Count
; }