2 references to SizeOf_Guid
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (2)
552for (int i = 0, offset = 0; i < supportedSchemas.Length; ++i, offset += ODB.SizeOf_Guid) { 553IntPtr ptr = ADP.IntPtrOffset(schemaGuids, i * ODB.SizeOf_Guid);