System\Xml\Xsl\XsltOld\Compiler.cs (19)
198throw new XsltCompileException(e, this.Input!.BaseURI, this.Input.LineNumber, this.Input.LinePosition);
258InsertExtensionNamespace(Input!.Navigator.GetAttribute(Input.Atoms.ExtensionElementPrefixes, Input.Atoms.UriXsl));
263InsertExcludedNamespace(Input!.Navigator.GetAttribute(Input.Atoms.ExcludeResultPrefixes, Input.Atoms.UriXsl));
279string value = Input!.Navigator.GetAttribute(Atoms.Version, Atoms.UriXsl);
289NavigatorInput input = Input!;
465Debug.Assert((object)value == (object)Input!.Value); // this is always true. Why we passing value to this function.
474throw XsltException.Create(SR.Xslt_InvalidAttrValue, Input.LocalName, value);
479NavigatorInput input = Input!;
569string baseUri = this.Input!.BaseURI;
729expr = new ErrorXPathExpression(xpathQuery, this.Input!.BaseURI, this.Input.LineNumber, this.Input.LinePosition);
1152XPathNavigator nav = this.Input!.Navigator.Clone();