2 writes to Stylesheetid
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
175compiler.Stylesheetid = id; 199compiler.Stylesheetid = saveStylesheetId;
21 references to Stylesheetid
System.Data.SqlXml (21)
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
193int saveStylesheetId = compiler.Stylesheetid; 266compiler.AddNamespaceAlias( namespace1, new NamespaceInfo(prefix2, namespace2, compiler.Stylesheetid));
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
58this.stylesheetid = compiler.Stylesheetid;
System\Xml\Xsl\XsltOld\XsltOutput.cs (18)
106if (compiler.Stylesheetid <= this.methodSId) { 108this.methodSId = compiler.Stylesheetid; 115if (compiler.Stylesheetid <= this.versionSId) { 117this.versionSId = compiler.Stylesheetid; 121if (compiler.Stylesheetid <= this.encodingSId) { 124this.encodingSId = compiler.Stylesheetid; 132if (compiler.Stylesheetid <= this.omitXmlDeclSId) { 134this.omitXmlDeclSId = compiler.Stylesheetid; 138if (compiler.Stylesheetid <= this.standaloneSId) { 140this.standaloneSId = compiler.Stylesheetid; 144if (compiler.Stylesheetid <= this.doctypePublicSId) { 146this.doctypePublicSId = compiler.Stylesheetid; 150if (compiler.Stylesheetid <= this.doctypeSystemSId) { 152this.doctypeSystemSId = compiler.Stylesheetid; 156if (compiler.Stylesheetid <= this.indentSId) { 158this.indentSId = compiler.Stylesheetid; 162if (compiler.Stylesheetid <= this.mediaTypeSId) { 164this.mediaTypeSId = compiler.Stylesheetid;