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)
241Debug.Assert(_showCodeComponent is null && _showCodeEventDescriptor is null && _showCodeMethodName is null, "show code already pending"); 260ShowCode(_showCodeComponent!, _showCodeEventDescriptor!, _showCodeMethodName!);