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