2 writes to callbackState
System.ServiceModel.Primitives (2)
Internals\System\Runtime\IOThreadTimer.cs (2)
59this.callbackState = callbackState; 92this.callbackState = callbackState;
2 references to callbackState
System.ServiceModel.Primitives (2)
Internals\System\Runtime\IOThreadTimer.cs (2)
304ActionItem.Schedule(timer.asyncCallback, timer.callbackState); 308ActionItem.Schedule(timer.callback, timer.callbackState);