2 writes to _vArgs
System.Workflow.Runtime (2)
Tracking\TrackingProfileSerializer.cs (2)
65_vArgs = new List<ValidationEventArgs>(); 117_vArgs = new List<ValidationEventArgs>();
3 references to _vArgs
System.Workflow.Runtime (3)
Tracking\TrackingProfileSerializer.cs (3)
134if (null != _vArgs) 136foreach (ValidationEventArgs arg in _vArgs) 849_vArgs.Add(e);