12 writes to output
System (12)
compmod\system\codedom\compiler\CodeGenerator.cs (12)
395
output
= new IndentedTextWriter(w, options.IndentString);
403
output
= null;
418
output
= new IndentedTextWriter(w, options.IndentString);
426
output
= null;
441
output
= new IndentedTextWriter(w, options.IndentString);
454
output
= null;
469
output
= new IndentedTextWriter(w, options.IndentString);
477
output
= null;
492
output
= new IndentedTextWriter(w, options.IndentString);
500
output
= null;
511
this.
output
= new IndentedTextWriter(writer, this.options.IndentString);
520
this.
output
= null;
26 references to output
System (26)
compmod\system\codedom\compiler\CodeGenerator.cs (26)
171
return
output
.Indent;
174
output
.Indent = value;
193
return
output
;
264
((ICodeGenerator)this).GenerateCodeFromType((CodeTypeDeclaration)member,
output
.InnerWriter, options);
364
((ICodeGenerator)this).GenerateCodeFromNamespace(n,
output
.InnerWriter, options);
377
((ICodeGenerator)this).GenerateCodeFromType(c,
output
.InnerWriter, options);
389
if (
output
!= null && w !=
output
.InnerWriter) {
392
if (
output
== null) {
412
if (
output
!= null && w !=
output
.InnerWriter) {
415
if (
output
== null) {
435
if (
output
!= null && w !=
output
.InnerWriter) {
438
if (
output
== null) {
463
if (
output
!= null && w !=
output
.InnerWriter) {
466
if (
output
== null) {
486
if (
output
!= null && w !=
output
.InnerWriter) {
489
if (
output
== null) {
507
if (this.
output
!= null) {
811
((ICodeGenerator)this).GenerateCodeFromType(currentClass,
output
.InnerWriter, options);
967
((ICodeGenerator)this).GenerateCodeFromStatement((CodeStatement)en.Current,
output
.InnerWriter, options);
1022
((ICodeGenerator)this).GenerateCodeFromExpression(arg.Value,
output
.InnerWriter, options);
1227
((ICodeGenerator)this).GenerateCodeFromExpression((CodeExpression)en.Current,
output
.InnerWriter, options);