12 references to _options
System.CodeDom (12)
System\CodeDom\Compiler\CodeGeneratorOptions.cs (12)
17get => _options[index]; 18set => _options[index] = value; 25object o = _options[nameof(IndentString)]; 28set => _options[nameof(IndentString)] = value; 35object o = _options[nameof(BracingStyle)]; 38set => _options[nameof(BracingStyle)] = value; 45object o = _options[nameof(ElseOnClosing)]; 48set => _options[nameof(ElseOnClosing)] = value; 55object o = _options[nameof(BlankLinesBetweenMembers)]; 58set => _options[nameof(BlankLinesBetweenMembers)] = value; 65object o = _options[nameof(VerbatimOrder)]; 68set => _options[nameof(VerbatimOrder)] = value;