1 write to _statements
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeMethodMap.cs (1)
41
internal CodeStatementCollection Statements =>
_statements
??= [];
2 references to _statements
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeMethodMap.cs (2)
117
if (
_statements
is not null)
119
_targetStatements.AddRange(
_statements
);