2 writes to _xsltContext
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (2)
29_xsltContext = context.Whitespace ? context : null; 108method._xsltContext = _xsltContext;
3 references to _xsltContext
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (3)
80if (_xsltContext != null) 85if (nav.NodeType != XPathNodeType.Whitespace || _xsltContext.PreserveWhitespace(nav)) 108method._xsltContext = _xsltContext;