1 write to _arg
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (1)
24
_arg
= arg;
11 references to _arg
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (11)
30
if (
_arg
!= null)
32
_arg
.SetXsltContext(context);
38
if (
_arg
== null)
42
_arg
.Evaluate(context);
43
return
_arg
.Advance();
78
_arg
.Evaluate(context);
83
while ((nav =
_arg
.Advance()) != null)
93
while (
_arg
.Advance() != null)
107
NodeFunctions method = new NodeFunctions(_funcType, Clone(
_arg
));
116
if (
_arg
!= null)
118
_arg
.PrintQuery(w);