1 write to _locals
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeMethodMap.cs (1)
43internal CodeStatementCollection LocalVariables => _locals ??= [];
2 references to _locals
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeMethodMap.cs (2)
97if (_locals is not null) 99_targetStatements.AddRange(_locals);