1 write to s_getIDispatchForObject
System.Data.OleDb (1)
ColumnBinding.cs (1)
1049s_getIDispatchForObject = delegateInstance as Func<object, IntPtr>;
2 references to s_getIDispatchForObject
System.Data.OleDb (2)
ColumnBinding.cs (2)
1040if (s_getIDispatchForObject == null) 1050ptr = s_getIDispatchForObject!(value);