1 write to _fields
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeMethodMap.cs (1)
45internal CodeStatementCollection FieldAssignments => _fields ??= [];
2 references to _fields
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeMethodMap.cs (2)
102if (_fields is not null) 104_targetStatements.AddRange(_fields);