6 references to Method
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\Processor.cs (3)
356
switch (this.output.
Method
) {
374
switch (this.output.
Method
) {
886
if(Output.
Method
!= method) {
System\Xml\Xsl\XsltOld\SequentialOutput.cs (3)
86
this.isXmlOutput = this.output.
Method
== XsltOutput.OutputMethod.Xml;
87
this.isHtmlOutput = this.output.
Method
== XsltOutput.OutputMethod.Html;
300
if (output.
Method
== XsltOutput.OutputMethod.Unknown) {