1 write to _name
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.InvalidActiveXStateException.cs (1)
15
_name
= name;
3 references to _name
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.InvalidActiveXStateException.cs (3)
25
ActiveXInvokeKind.MethodInvoke => string.Format(SR.AXInvalidMethodInvoke,
_name
),
26
ActiveXInvokeKind.PropertyGet => string.Format(SR.AXInvalidPropertyGet,
_name
),
27
ActiveXInvokeKind.PropertySet => string.Format(SR.AXInvalidPropertySet,
_name
),