1 write to dbString
System.Data.OleDb (1)
OleDb_Enum.cs (1)
203this.dbString = new StringMemHandle(dbstring);
1 reference to dbString
System.Data.OleDb (1)
OleDbParameter.cs (1)
434bindings.DataSourceType = dbtype.dbString.DangerousGetHandle(); // NOTE: This is a constant and isn't exposed publicly, so there really isn't a potential for Handle Recycling.