12 references to _options
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGeneratorOptions.cs (12)
39
return
_options
[index];
43
_options
[index] = value;
54
object o =
_options
["IndentString"];
59
_options
["IndentString"] = value;
70
object o =
_options
["BracingStyle"];
75
_options
["BracingStyle"] = value;
86
object o =
_options
["ElseOnClosing"];
91
_options
["ElseOnClosing"] = value;
102
object o =
_options
["BlankLinesBetweenMembers"];
107
_options
["BlankLinesBetweenMembers"] = value;
116
object o =
_options
["VerbatimOrder"];
121
_options
["VerbatimOrder"] = value;