Lines Matching refs:method
47 var method = (Action<ILed, bool>) in AssertState()
59 led.StateChanged += method; in AssertState()
81 led.StateChanged -= method; in AssertState()
99 var method = (Action<ILed, bool>) in AssertAndHoldState()
119 led.StateChanged += method; in AssertAndHoldState()
165 led.StateChanged -= method; in AssertAndHoldState()
186 var method = MakeStateChangeHandler((currState, dt) => in AssertDutyCycle()
201 led.StateChanged += method; in AssertDutyCycle()
215 led.StateChanged -= method; in AssertDutyCycle()
232 var method = MakeStateChangeHandler((currState, dt) => in AssertIsBlinking()
245 led.StateChanged += method; in AssertIsBlinking()
261 led.StateChanged -= method; in AssertIsBlinking()