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