2 references to FaultingMethod
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.Methods.cs (2)
3875
int result = (int)control.Invoke((Delegate)(new Func<float>(() =>
FaultingMethod
(10))));
3944
int result = control.Invoke(() =>
FaultingMethod
(10));