2 writes to _items
System.ComponentModel.DataAnnotations (2)
DataAnnotations\ValidationContext.cs (2)
119this._items = new Dictionary<object, object>(items); 121this._items = new Dictionary<object, object>();
1 reference to _items
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationContext.cs (1)
211return this._items;