1 instantiation of TrackingProfile
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
81
profile = new
TrackingProfile
();
34 references to TrackingProfile
System.Workflow.Runtime (34)
RTTrackingProfile.cs (3)
35
private
TrackingProfile
_profile = null;
82
internal RTTrackingProfile(
TrackingProfile
profile, Activity root, Type serviceType)
101
TrackingProfile
privateProfile = null;
Tracking.cs (6)
338
TrackingProfile
profile = null;
1214
TrackingProfile
profile = null;
1282
TrackingProfile
profile = service.GetProfile(workflowType, versionId);
1318
TrackingProfile
profile = service.GetProfile(instanceId);
1328
private RTTrackingProfile CreateProfile(
TrackingProfile
profile, Type workflowType, Type serviceType)
1336
private RTTrackingProfile CreateProfile(
TrackingProfile
profile, Activity schedule, Type serviceType)
Tracking\ProfileEventArgs.cs (3)
17
private
TrackingProfile
_profile = null;
22
public ProfileUpdatedEventArgs(Type workflowType,
TrackingProfile
profile)
28
public
TrackingProfile
TrackingProfile
Tracking\SqlTrackingService.cs (9)
242
protected internal override
TrackingProfile
GetProfile(Type workflowType, Version profileVersion)
252
protected internal override bool TryGetProfile(Type workflowType, out
TrackingProfile
profile)
265
protected internal override
TrackingProfile
GetProfile(Guid scheduleInstanceId)
267
TrackingProfile
profile = null;
272
private bool GetProfile(Guid scheduleInstanceId, out
TrackingProfile
profile)
336
protected internal override bool TryReloadProfile(Type workflowType, Guid scheduleInstanceId, out
TrackingProfile
profile)
390
TrackingProfile
profile = null;
624
private
TrackingProfile
GetProfileByScheduleType(Type workflowType, Version profileVersionId, bool wantToCreateDefault)
628
TrackingProfile
profile = null;
Tracking\TrackingProfileSerializer.cs (9)
62
public
TrackingProfile
Deserialize(TextReader reader)
64
TrackingProfile
profile = null;
143
private void CreateTrackPoints(XmlReader reader,
TrackingProfile
profile)
180
private void CreateActivityTrackPoint(XmlReader reader,
TrackingProfile
profile)
296
private void CreateUserTrackPoint(XmlReader reader,
TrackingProfile
profile)
451
private void CreateWorkflowTrackPoint(XmlReader reader,
TrackingProfile
profile)
864
public void Serialize(TextWriter writer,
TrackingProfile
profile)
882
private void Write(
TrackingProfile
profile, XmlTextWriter writer)
910
private void WriteTrackPoints(
TrackingProfile
profile, XmlTextWriter writer)
Tracking\TrackingService.cs (4)
19
protected internal abstract bool TryGetProfile(Type workflowType, out
TrackingProfile
profile);
21
protected internal abstract
TrackingProfile
GetProfile(Type workflowType, Version profileVersionId);
23
protected internal abstract
TrackingProfile
GetProfile(Guid workflowInstanceId);
25
protected internal abstract bool TryReloadProfile(Type workflowType, Guid workflowInstanceId, out
TrackingProfile
profile);