1 write to _userIgnore
System.Workflow.Runtime (1)
RTTrackingProfile.cs (1)
166
_userIgnore
= new List<string>(runtimeProfile._userIgnore);
4 references to _userIgnore
System.Workflow.Runtime (4)
RTTrackingProfile.cs (4)
166
_userIgnore = new List<string>(runtimeProfile.
_userIgnore
);
385
_userIgnore
.Remove(qId);
403
_userIgnore
.AddRange(_dynamicUserIgnore);
469
_userIgnore
.Add(qId);