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)
51if (value is not null && _dictionary is not null) 53foreach (KeyValuePair<object, object> de in _dictionary) 71if (_dictionary is null || !_dictionary.TryGetValue(key, out object? value)) 89_dictionary.Remove(key); 93_dictionary[key] = value;