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