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)
134
if (null !=
_vArgs
)
136
foreach (ValidationEventArgs arg in
_vArgs
)
849
_vArgs
.Add(e);