2 writes to method
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\XsltOutput.cs (2)
89output.method = method; 107this.method = ParseOutputMethod(value, compiler);
2 references to method
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\XsltOutput.cs (2)
48get { return this.method; } 110this.indent = (this.method == OutputMethod.Html);