1 write to _type
System.Data (1)
fx\src\data\System\Data\OleDb\PropertyInfoSet.cs (1)
93
propertyInfo.
_type
= PropertyInfoSet.FromVtType(propinfo.vtType);
4 references to _type
System.Data (4)
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (4)
448
if (typeof(string) == info.
_type
) {
451
else if (typeof(Int32) == info.
_type
) {
454
else if (typeof(Boolean) == info.
_type
) {
594
typeof(OleDbConnectionStringBuilder), info.
_type
, isReadOnly, attributes);