2 writes to _cond
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (2)
21_cond = cond; 26_cond = Clone(other._cond);
15 references to _cond
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (15)
26_cond = Clone(other._cond); 32_cond.Reset(); 36public Query Condition { get { return _cond; } } 41_cond.SetXsltContext(input); 42if (_cond.StaticType != XPathResultType.Number && _cond.StaticType != XPathResultType.Any && _noPosition) 69object value = _cond.Evaluate(qyInput); 70if (value is XPathNodeIterator) return _cond.Advance() != null; 90switch (_cond.StaticType) 93OperandQuery operand = _cond as OperandQuery; 140_cond.Evaluate(new XPathSingletonIterator(current, /*moved:*/true)); 141return (_cond.Advance() != null) ? context : null; 145return ((bool)_cond.Evaluate(new XPathSingletonIterator(current, /*moved:*/true))) ? context : null; 151return (((string)_cond.Evaluate(new XPathSingletonIterator(current, /*moved:*/true))).Length != 0) ? context : null; 194_cond.PrintQuery(w);