5 writes to _firstInput
System.Private.Xml (5)
System\Xml\XPath\Internal\QueryBuilder.cs (5)
63_firstInput = null; 272_firstInput ??= qyInput as BaseAxisQuery; 297_firstInput = null; 300_firstInput = null; 303_firstInput = null;
3 references to _firstInput
System.Private.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (3)
288if (first && _firstInput != null) 293Query parent = _firstInput.qyInput; 296_firstInput.qyInput = new ContextQuery();