System.Xml.Xsl.Xslt.XsltLoader.LoadImportSchema C# (CSharp) Method

LoadImportSchema() private method

private LoadImportSchema ( ) : void
return void
        private void LoadImportSchema() {
            ContextInfo ctxInfo = input.GetAttributes(importSchemaAttributes);
            ReportError(/*[XTSE1650]*/SR.Xslt_SchemaDeclaration, input.ElementName);
            input.SkipNode();
        }
#endif