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