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