1 write to associatedProfile
System.Activities (1)
System\Activities\Tracking\RuntimeTrackingProfile.cs (1)
37
this.
associatedProfile
= profile;
7 references to associatedProfile
System.Activities (7)
System\Activities\Tracking\RuntimeTrackingProfile.cs (7)
41
foreach (TrackingQuery query in this.
associatedProfile
.Queries)
300
if ((query != null) && (this.
associatedProfile
.ImplementationVisibility == ImplementationVisibility.RootScope))
392
if ((query != null) && (this.
associatedProfile
.ImplementationVisibility == ImplementationVisibility.RootScope))
432
if ((query != null) && (this.
associatedProfile
.ImplementationVisibility == ImplementationVisibility.RootScope))
473
if ((query != null) && (this.
associatedProfile
.ImplementationVisibility == ImplementationVisibility.RootScope))
596
if (string.CompareOrdinal(profile.Name, runtimeProfile.
associatedProfile
.Name) == 0 &&
597
string.CompareOrdinal(profile.ActivityDefinitionId, runtimeProfile.
associatedProfile
.ActivityDefinitionId) == 0)