3 writes to xsltContext
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ExtensionQuery.cs (1)
31
this.
xsltContext
= other.xsltContext;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (1)
46
xsltContext
= context;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\VariableQuery.cs (1)
33
xsltContext
= context;
9 references to xsltContext
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ExtensionQuery.cs (1)
31
this.xsltContext = other.
xsltContext
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (4)
44
if (this.
xsltContext
!= context)
56
_function =
xsltContext
.ResolveFunction(prefix, name, argTypes);
67
if (
xsltContext
== null)
84
return ProcessResult(_function.Invoke(
xsltContext
, argVals, nodeIterator.Current));
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\VariableQuery.cs (4)
31
if (this.
xsltContext
!= context)
34
_variable =
xsltContext
.ResolveVariable(prefix, name);
45
if (
xsltContext
== null)
50
return ProcessResult(_variable.Evaluate(
xsltContext
));