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