Implemented interface member:
8 writes to
System.CodeDom (6)
System\CodeDom\Compiler\CodeGeneratorOptions.cs (6)
18
set => _options
[
index] = value;
28
set => _options
[
nameof(IndentString)] = value;
38
set => _options
[
nameof(BracingStyle)] = value;
48
set => _options
[
nameof(ElseOnClosing)] = value;
58
set => _options
[
nameof(BlankLinesBetweenMembers)] = value;
68
set => _options
[
nameof(VerbatimOrder)] = value;
System.Collections.Specialized (2)
System\Collections\Specialized\HybridDictionary.cs (2)
106
list
[
key] = value;
112
list
[
key] = value;
7 references to
System.CodeDom (6)
System\CodeDom\Compiler\CodeGeneratorOptions.cs (6)
17
get => _options
[
index];
25
object o = _options
[
nameof(IndentString)];
35
object o = _options
[
nameof(BracingStyle)];
45
object o = _options
[
nameof(ElseOnClosing)];
55
object o = _options
[
nameof(BlankLinesBetweenMembers)];
65
object o = _options
[
nameof(VerbatimOrder)];
System.Collections.Specialized (1)
System\Collections\Specialized\HybridDictionary.cs (1)
77
return cachedList
[
key];