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