2 writes to _showCodeMethodName
System.Windows.Forms.Design (2)
System\ComponentModel\Design\EventBindingService.cs (2)
244
_showCodeMethodName
= methodName;
266
_showCodeMethodName
= null;
2 references to _showCodeMethodName
System.Windows.Forms.Design (2)
System\ComponentModel\Design\EventBindingService.cs (2)
241
Debug.Assert(_showCodeComponent is null && _showCodeEventDescriptor is null &&
_showCodeMethodName
is null, "show code already pending");
260
ShowCode(_showCodeComponent!, _showCodeEventDescriptor!,
_showCodeMethodName
!);