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