12 references to options
System (12)
compmod\system\codedom\compiler\CodeGeneratorOptions.cs (12)
38
return
options
[index];
41
options
[index] = value;
50
object o =
options
["IndentString"];
54
options
["IndentString"] = value;
63
object o =
options
["BracingStyle"];
67
options
["BracingStyle"] = value;
76
object o =
options
["ElseOnClosing"];
80
options
["ElseOnClosing"] = value;
89
object o =
options
["BlankLinesBetweenMembers"];
93
options
["BlankLinesBetweenMembers"] = value;
100
object o =
options
["VerbatimOrder"];
104
options
["VerbatimOrder"] = value;