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