2 instantiations of tagDBPROPSET
System.Data.OleDb (2)
DbPropSet.cs (2)
181tagDBPROPSET propset = new tagDBPROPSET(); 230tagDBPROPSET propset = new tagDBPROPSET(properties.Length, propertySet);
4 references to tagDBPROPSET
System.Data.OleDb (4)
DbPropSet.cs (2)
181tagDBPROPSET propset = new tagDBPROPSET(); 230tagDBPROPSET propset = new tagDBPROPSET(properties.Length, propertySet);
OleDb_Util.cs (2)
568internal static readonly int SizeOf_tagDBPROPSET = Marshal.SizeOf<tagDBPROPSET>(); 578internal static readonly int OffsetOf_tagDBPROPSET_Properties = Marshal.OffsetOf(typeof(tagDBPROPSET), "rgProperties").ToInt32();