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