1 instantiation of XsltInput
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
213input = new XsltInput(reader, compiler, atoms);
9 references to XsltInput
System.Data.SqlXml (9)
System\Xml\Xsl\Xslt\XslAst.cs (1)
16using ContextInfo = XsltInput.ContextInfo;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1258var fakeCtxInfo = new XsltInput.ContextInfo(node.SourceLine);
System\Xml\Xsl\Xslt\XsltInput.cs (2)
980public ContextInfo(XsltInput input) { 988public void SaveExtendedLineInfo(XsltInput input) {
System\Xml\Xsl\Xslt\XsltLoader.cs (5)
22using ContextInfo = XsltInput.ContextInfo; 26using QName = XsltInput.DelayedQName; 27using XsltAttribute = XsltInput.XsltAttribute; 34private XsltInput input; // Current input stream 210XsltInput prevInput = input;