19 references to Count
System.ServiceModel (19)
System\ServiceModel\Dispatcher\MessageFilterTable.cs (12)
163for (int i = 0; i < this.tables.Count; ++i) 266for (int i = 0; i < this.tables.Count; ++i) 284for (int i = 0; i < this.tables.Count; ++i) 316for (int i = 0; i < this.tables.Count; ++i) 367for (int i = 0; i < this.tables.Count; ++i) 411for (int i = 0; i < this.tables.Count; ++i) 433for (int i = 0; i < this.tables.Count; ++i) 452for (int i = 0; i < this.tables.Count; ++i) 485for (int i = 0; i < this.tables.Count; ++i) 521for (int i = 0; i < this.tables.Count; ++i) 543for (int i = 0; i < this.tables.Count; ++i) 559for (int i = 0; i < this.tables.Count; ++i)
System\ServiceModel\Dispatcher\QueryNode.cs (1)
970for (int i = 0; i < buff.Count; ++i)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (6)
76return (null == this.data && 1 == this.children.Count); 84return (null == this.data && 0 == this.children.Count); 103for (int i = 0; i < this.children.Count; ++i) 133return (this.children.Count > 0); 313if (0 == this.children.Count) 385for (int i = 0; i < this.children.Count; ++i)