2 writes to _method
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\XsltOutput.cs (2)
97
output.
_method
= method;
120
_method
= ParseOutputMethod(value, compiler);
2 references to _method
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\XsltOutput.cs (2)
46
get { return
_method
; }
124
_indent = (
_method
== OutputMethod.Html);