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