2 writes to _profile
System.Workflow.Runtime (2)
RTTrackingProfile.cs (2)
120
_profile
= privateProfile;
134
_profile
= runtimeProfile._profile;
5 references to _profile
System.Workflow.Runtime (5)
RTTrackingProfile.cs (5)
134
_profile = runtimeProfile.
_profile
;
210
get { return
_profile
.Version; }
268
foreach (WorkflowTrackPoint point in
_profile
.WorkflowTrackPoints)
483
foreach (ActivityTrackPoint point in
_profile
.ActivityTrackPoints)
505
foreach (UserTrackPoint point in
_profile
.UserTrackPoints)