System\Xml\Xsl\XsltOld\Compiler.cs (19)
191throw new XsltCompileException(e, this.Input.BaseURI, this.Input.LineNumber, this.Input.LinePosition);
246InsertExtensionNamespace(Input.Navigator.GetAttribute(Input.Atoms.ExtensionElementPrefixes, Input.Atoms.UriXsl));
250InsertExcludedNamespace(Input.Navigator.GetAttribute(Input.Atoms.ExcludeResultPrefixes, Input.Atoms.UriXsl));
263string value = Input.Navigator.GetAttribute(Atoms.Version, Atoms.UriXsl);
271NavigatorInput input = Input;
421Debug.Assert((object)value == (object)Input.Value); // this is always true. Why we passing value to this function.
428throw XsltException.Create(Res.Xslt_InvalidAttrValue, Input.LocalName, value);
432NavigatorInput input = Input;
509string baseUri = this.Input.BaseURI;
651expr = new ErrorXPathExpression(xpathQuery, this.Input.BaseURI, this.Input.LineNumber, this.Input.LinePosition);
1143XPathNavigator nav = this.Input.Navigator.Clone();