Lines Matching refs:UnsafeNativeMethods

27 …    private UnsafeNativeMethods.IDataInitializeGetDataSource DangerousIDataInitializeGetDataSource;
35 …base.handle = Marshal.GetComInterfaceForObject(unknown, typeof(UnsafeNativeMethods.IDataInitialize… in OleDbServicesWrapper()
42 …etDataSource = (UnsafeNativeMethods.IDataInitializeGetDataSource)Marshal.GetDelegateForFunctionPoi… in OleDbServicesWrapper()
48UnsafeNativeMethods.IDataInitializeGetDataSource GetDataSource = DangerousIDataInitializeGetDataSo… in GetDataSource()
108UnsafeNativeMethods.IUnknownQueryInterface QueryInterface = constr.DangerousDataSourceIUnknownQuer… in InitializeAndCreateSession()
113 …QueryInterface = (UnsafeNativeMethods.IUnknownQueryInterface)Marshal.GetDelegateForFunctionPointer… in InitializeAndCreateSession()
124UnsafeNativeMethods.IDBInitializeInitialize Initialize = constr.DangerousIDBInitializeInitialize; in InitializeAndCreateSession()
129 …Initialize = (UnsafeNativeMethods.IDBInitializeInitialize)Marshal.GetDelegateForFunctionPointer(me… in InitializeAndCreateSession()
149UnsafeNativeMethods.IDBCreateSessionCreateSession CreateSession = constr.DangerousIDBCreateSession… in InitializeAndCreateSession()
154 …eateSession = (UnsafeNativeMethods.IDBCreateSessionCreateSession)Marshal.GetDelegateForFunctionPoi… in InitializeAndCreateSession()
213 … private UnsafeNativeMethods.IDBCreateCommandCreateCommand DangerousIDBCreateCommandCreateCommand;
244UnsafeNativeMethods.IUnknownQueryInterface QueryInterface = (UnsafeNativeMethods.IUnknownQueryInte… in QueryInterfaceIDBCreateCommand()
251 …eateCommand = (UnsafeNativeMethods.IDBCreateCommandCreateCommand)Marshal.GetDelegateForFunctionPoi… in QueryInterfaceIDBCreateCommand()
283UnsafeNativeMethods.IDBCreateCommandCreateCommand CreateCommand = constr.DangerousIDBCreateCommand… in VerifyIDBCreateCommand()
288 …eateCommand = (UnsafeNativeMethods.IDBCreateCommandCreateCommand)Marshal.GetDelegateForFunctionPoi… in VerifyIDBCreateCommand()
299UnsafeNativeMethods.IDBCreateCommandCreateCommand CreateCommand = DangerousIDBCreateCommandCreateC… in CreateCommand()
339 private UnsafeNativeMethods.IDBInfo _value;
343 _value = (unknown as UnsafeNativeMethods.IDBInfo); in IDBInfoWrapper()
346 internal UnsafeNativeMethods.IDBInfo Value {
364 private UnsafeNativeMethods.IDBProperties _value;
368 _value = (unknown as UnsafeNativeMethods.IDBProperties); in IDBPropertiesWrapper()
372 internal UnsafeNativeMethods.IDBProperties Value {
391 private UnsafeNativeMethods.IDBSchemaRowset _value;
395 _value = (unknown as UnsafeNativeMethods.IDBSchemaRowset); in IDBSchemaRowsetWrapper()
398 internal UnsafeNativeMethods.IDBSchemaRowset Value {
416 private UnsafeNativeMethods.IOpenRowset _value;
420 _value = (unknown as UnsafeNativeMethods.IOpenRowset); in IOpenRowsetWrapper()
424 internal UnsafeNativeMethods.IOpenRowset Value {