2 writes to _dictionary
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerHost.Site.cs (2)
85
_dictionary
??= [];
212
_dictionary
= null;
6 references to _dictionary
System.Windows.Forms.Design (6)
System\ComponentModel\Design\DesignerHost.Site.cs (6)
51
if (value is not null &&
_dictionary
is not null)
53
foreach (KeyValuePair<object, object> de in
_dictionary
)
71
if (
_dictionary
is null || !
_dictionary
.TryGetValue(key, out object? value))
89
_dictionary
.Remove(key);
93
_dictionary
[key] = value;