1 write to _items
System.Data (1)
fx\src\Data\System\Data\ProviderBase\DbParameterCollectionHelper.cs (1)
36_items = items;
3 references to _items
System.Data (3)
fx\src\Data\System\Data\ProviderBase\DbParameterCollectionHelper.cs (3)
26return ((null != _items) ? _items.Count : 0); 32List<PARAMETEROBJECTNAME> items = _items;