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