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)
1617if (null != _profile) 1618return _profile; 1634if (null != _profile) 1638if (!_profile.IsPrivate) 1640_profile = _profile.Clone(); 1641_profile.IsPrivate = true; 1651_profile.IsPrivate = true;