1 write to _end
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeMethodMap.cs (1)
35
internal CodeStatementCollection EndStatements =>
_end
??= [];
2 references to _end
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeMethodMap.cs (2)
122
if (
_end
is not null)
124
_targetStatements.AddRange(
_end
);