2 writes to NodeQuota
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
279this.matcher.NodeQuota = value;
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (1)
153this.iqMatcher.NodeQuota = value;
5 references to NodeQuota
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryMatcher.cs (3)
838navigator = new SafeSeekableNavigator(new GenericSeekableNavigator(navigator), this.NodeQuota); 842counter.CounterMarker = this.NodeQuota; 843counter.MaxCounter = this.NodeQuota;
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
269return this.matcher.NodeQuota;
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (1)
140return this.iqMatcher.NodeQuota;