21 writes to Handler
System.Activities (10)
System\Activities\Statements\CompensableActivity.cs (1)
219Handler = new Sequence
System\Activities\Statements\Compensate.cs (1)
106Handler = new Sequence
System\Activities\Statements\Confirm.cs (1)
114Handler = new Sequence
System\Activities\Statements\NoPersistScope.cs (1)
84Handler = new Sequence
System\Activities\Statements\Rethrow.cs (1)
24Handler = new RethrowBuildConstraint
System\Activities\Statements\StateMachine.cs (1)
453Handler = internalState,
System\Activities\Statements\TransactionScope.cs (4)
158Handler = new Sequence 171Handler = new Sequence 245Handler = new Sequence 259Handler = new Sequence
System.Activities.Core.Presentation (5)
System\Activities\Core\Presentation\InvokeDelegateValidationFeature.cs (1)
62Handler = new CheckDelegateRule
System\ServiceModel\Activities\Presentation\ReceiveReplyValidationFeature.cs (2)
50Handler = new Sequence 71Handler = new If
System\ServiceModel\Activities\Presentation\SendReplyValidationFeature.cs (2)
50Handler = new Sequence 71Handler = new If
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\TransactedReceiveScope.cs (2)
107Handler = new Sequence 121Handler = new Sequence
System\ServiceModel\Activities\WorkflowService.cs (2)
797Handler = new Sequence 830Handler = new Sequence
System.Workflow.Runtime (2)
System\Activities\Statements\Interop.cs (2)
885Handler = new If 921Handler = new Sequence
83 references to Handler
System.Activities (83)
System\Activities\ActivityDelegate.cs (4)
170Activity handler = this.Handler; 185Activity handler = this.Handler; 255if (this.Handler != null) 257return this.Handler.InitializeRelationship(this, collectionType, ref validationErrors);
System\Activities\ActivityMetadata.cs (3)
191if (importedDelegate.Handler != null && importedDelegate.Handler.CacheId != this.activity.CacheId) 193importedDelegate.Handler.Origin = origin;
System\Activities\ActivityUtilities.cs (2)
966if (activityDelegate.Handler != null) 968SetupForProcessing(activityDelegate.Handler, canBeExecuted, ref nextActivity, ref activitiesRemaining);
System\Activities\DynamicUpdate\ActivityComparer.cs (6)
161return CompareChildEquality(currentDelegate.Handler, currentIdSpace, originalDelegate.Handler, originalIdSpace); 498if (currentDelegate.Handler != null) 500Fx.Assert(originalDelegate.Handler != null, "both handlers are either non-null or null."); 501this.PrepareToMatchSubtree(currentDelegate.Handler, originalDelegate.Handler);
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (2)
138activity.Delegates.Select(d => d.Handler)).Concat( 139activity.ImportedDelegates.Select(d => d.Handler));
System\Activities\DynamicUpdate\UpdateMapMetadata.cs (6)
143if (updatedDelegate.Handler != null && originalDelegate.Handler != null) 145return this.matcher.GetMatch(updatedDelegate.Handler) == originalDelegate.Handler; 149return updatedDelegate.Handler == null && originalDelegate.Handler == null;
System\Activities\Expressions\InvokeFunc.cs (17)
29if (this.Func == null || this.Func.Handler == null) 77if (this.Func == null || this.Func.Handler == null) 133if (this.Func == null || this.Func.Handler == null) 195if (this.Func == null || this.Func.Handler == null) 265if (this.Func == null || this.Func.Handler == null) 343if (this.Func == null || this.Func.Handler == null) 425if (this.Func == null || this.Func.Handler == null) 514if (this.Func == null || this.Func.Handler == null) 610if (this.Func == null || this.Func.Handler == null) 714if (this.Func == null || this.Func.Handler == null) 825if (this.Func == null || this.Func.Handler == null) 943if (this.Func == null || this.Func.Handler == null) 1068if (this.Func == null || this.Func.Handler == null) 1201if (this.Func == null || this.Func.Handler == null) 1341if (this.Func == null || this.Func.Handler == null) 1488if (this.Func == null || this.Func.Handler == null) 1642if (this.Func == null || this.Func.Handler == null)
System\Activities\NativeActivityContext.cs (3)
2146if (activityDelegate.Handler != null) 2148Activity activity = activityDelegate.Handler; 2176return ActivityInstance.CreateCanceledInstance(activityDelegate.Handler);
System\Activities\NativeActivityMetadata.cs (6)
238if (activityDelegate.Handler != null && activityDelegate.Handler.CacheId != this.activity.CacheId) 240activityDelegate.Handler.Origin = origin; 288if (importedDelegate.Handler != null && importedDelegate.Handler.CacheId != this.activity.CacheId) 290importedDelegate.Handler.Origin = origin;
System\Activities\Runtime\ActivityExecutor.cs (3)
2791if (activityDelegate.Handler == null) 2799handlerInstance = CreateUninitalizedActivityInstance(activityDelegate.Handler, parent, completionBookmark, faultBookmark); 2828TraceActivityScheduled(parent, activityDelegate.Handler, handlerInstance.Id);
System\Activities\Statements\ForEach.cs (2)
83if (this.Body == null || this.Body.Handler == null) 104Fx.Assert(this.Body != null && this.Body.Handler != null, "Body and Body.Handler should not be null");
System\Activities\Statements\InvokeAction.cs (17)
49if (Action == null || Action.Handler == null) 96if (Action == null || Action.Handler == null) // no-op 140if (Action == null || Action.Handler == null) // no-op 191if (Action == null || Action.Handler == null) 249if (Action == null || Action.Handler == null) 315if (Action == null || Action.Handler == null) 388if (Action == null || Action.Handler == null) 468if (Action == null || Action.Handler == null) 555if (Action == null || Action.Handler == null) 650if (Action == null || Action.Handler == null) 752if (Action == null || Action.Handler == null) 861if (Action == null || Action.Handler == null) 977if (Action == null || Action.Handler == null) 1101if (Action == null || Action.Handler == null) 1232if (Action == null || Action.Handler == null) 1370if (Action == null || Action.Handler == null) 1515if (Action == null || Action.Handler == null)
System\Activities\Statements\InvokeDelegate.cs (1)
125if (Delegate == null || Delegate.Handler == null)
System\Activities\Statements\Rethrow.cs (1)
119if (catchAction != null && catchAction.Handler == previousActivity)
System\Activities\WorkflowInspectionServices.cs (6)
142if (activityDelegate.Handler != null) 144yield return activityDelegate.Handler; 152if (activityDelegate.Handler != null) 154yield return activityDelegate.Handler; 162if (activityDelegate.Handler != null) 164yield return activityDelegate.Handler;
System\Activities\XamlIntegration\CompiledDataContext.cs (2)
290if (activityDelegate.Handler != null) 292this.dataContextActivities.Add(activityDelegate.Handler);
System\Activities\XamlIntegration\CompiledExpressionActivityVisitor.cs (2)
266if (activityDelegate.Handler != null) 268VisitCore(activityDelegate.Handler, out exit);