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