5 references to ElseOnClosing
System.CodeDom (5)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
952
if (_options.
ElseOnClosing
)
982
if (_options.
ElseOnClosing
)
1006
if (_options.
ElseOnClosing
)
System\CodeDom\Compiler\CodeGeneratorOptions.cs (2)
45
object o = _options[nameof(
ElseOnClosing
)];
48
set => _options[nameof(
ElseOnClosing
)] = value;