1 write to type
System.Activities (1)
System\Activities\Debugger\State.cs (1)
126this.type = type;
1 reference to type
System.Activities (1)
System\Activities\Debugger\State.cs (1)
135MethodInfo methodInfo = this.type.GetMethod(withPriming ? StateManager.MethodWithPrimingPrefix + this.methodName : this.methodName);