6 references to Entry
System.Activities (6)
System\Activities\Statements\InternalState.cs (6)
175
if (this.
Entry
!= null)
177
metadata.AddChild(this.
Entry
);
230
Activity entryActivityMatch = metadata.GetMatch(this.
Entry
);
233
if ((null != entryActivityMatch && !object.ReferenceEquals(entryActivityMatch, originalInternalState.
Entry
)) ||
656
if (this.
Entry
!= null)
658
context.ScheduleActivity(this.
Entry
, this.onEntryComplete);