4 writes to _profile
System.Workflow.Runtime (4)
Tracking.cs (4)
1597
_profile
= profile;
1625
_profile
= profile;
1640
_profile
= _profile.Clone();
1650
_profile
= tmp.Clone();
7 references to _profile
System.Workflow.Runtime (7)
Tracking.cs (7)
1617
if (null !=
_profile
)
1618
return
_profile
;
1634
if (null !=
_profile
)
1638
if (!
_profile
.IsPrivate)
1640
_profile =
_profile
.Clone();
1641
_profile
.IsPrivate = true;
1651
_profile
.IsPrivate = true;