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