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