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)
288
if (first &&
_firstInput
!= null)
293
Query parent =
_firstInput
.qyInput;
296
_firstInput
.qyInput = new ContextQuery();