1 write to _methodInfo
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionMethodItem.cs (1)
51
_methodInfo
??= _actionList?.GetType()?.GetMethod(MemberName, BindingFlags.Default | BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic);
2 references to _methodInfo
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionMethodItem.cs (2)
53
if (
_methodInfo
is null)
58
_methodInfo
.Invoke(_actionList, null);