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