2 writes to callbackWrapper
System.Activities (2)
System\Activities\Runtime\CompletionBookmark.cs (2)
24this.callbackWrapper = callbackWrapper; 31set { this.callbackWrapper = value; }
5 references to callbackWrapper
System.Activities (5)
System\Activities\Runtime\CompletionBookmark.cs (5)
30get { return this.callbackWrapper; } 36Fx.Assert(this.callbackWrapper != null, "We must have a callback wrapper if we are calling this."); 37this.callbackWrapper.CheckForCancelation(); 42if (this.callbackWrapper != null) 44return this.callbackWrapper.CreateWorkItem(completedInstance, executor);