5 writes to _firstInput
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (5)
65
_firstInput
= null;
276
_firstInput
= qyInput as BaseAxisQuery;
302
_firstInput
= null;
305
_firstInput
= null;
308
_firstInput
= null;
4 references to _firstInput
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (4)
274
if (
_firstInput
== null)
293
if (first &&
_firstInput
!= null)
298
Query parent =
_firstInput
.qyInput;
301
_firstInput
.qyInput = new ContextQuery();