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