12 references to Stylesheet
System.Data.SqlXml (12)
System\Xml\Xsl\XsltOld\ActionFrame.cs (4)
236
if (next && proc.
Stylesheet
.Whitespace) {
244
flag = ! proc.
Stylesheet
.PreserveWhiteSpace(proc, nav) && (next = this.nodeSet.MoveNext());
255
if (next && proc.
Stylesheet
.Whitespace) {
263
flag = ! proc.
Stylesheet
.PreserveWhiteSpace(proc, nav) && (next = this.newNodeSet.MoveNext()) ;
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
87
TemplateAction action = processor.
Stylesheet
.FindTemplate(this.name);
System\Xml\Xsl\XsltOld\Processor.cs (1)
551
bool preserve = this.
Stylesheet
.PreserveWhiteSpace(this, nav);
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (4)
32
? processor.
Stylesheet
.FindTemplate(processor, frame.Node, this.mode)
37
? processor.
Stylesheet
.FindTemplate(processor, frame.Node)
107
? processor.
Stylesheet
.FindTemplate(processor, frame.Node, this.mode)
112
? processor.
Stylesheet
.FindTemplate(processor, frame.Node)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
90
get { return this.processor.
Stylesheet
.Whitespace; }
96
return this.processor.
Stylesheet
.PreserveWhiteSpace(this.processor, node);