3 references to BracingStyle
System.CodeDom (3)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
2892if (_options.BracingStyle == "C")
System\CodeDom\Compiler\CodeGeneratorOptions.cs (2)
35object o = _options[nameof(BracingStyle)]; 38set => _options[nameof(BracingStyle)] = value;