2 writes to subExpr
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathExpr.cs (2)
42this.subExpr = subExpr; 97this.subExpr = new XPathExprList();
4 references to subExpr
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathExpr.cs (4)
87return (null == this.subExpr) ? 0 : this.subExpr.Count; 95if (null == this.subExpr) 99return this.subExpr;