1 write to _items
System.Data (1)
fx\src\data\System\Data\Common\DbConnectionStringCommon.cs (1)
147
_items
= items;
9 references to _items
System.Data (9)
fx\src\data\System\Data\Common\DbConnectionStringCommon.cs (9)
156
Array.Copy(
_items
, 0, array, arrayIndex,
_items
.Length);
160
Array.Copy(
_items
, 0, array, arrayIndex,
_items
.Length);
165
return new Enumerator<T>(
_items
);
169
return new Enumerator<T>(
_items
);
177
get { return
_items
; }
193
return Array.IndexOf(
_items
, value) >= 0;
201
get { return
_items
.Length; }