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