3 writes to source
System.Data.OleDb (3)
OleDbError.cs (3)
49hr = errorInfo.GetSource(out this.source); 60hr = errorInfo.GetSource(out this.source); 65this.source = ODB.FailedGetSource(hr);
2 references to source
System.Data.OleDb (2)
OleDbError.cs (2)
63if ((hr < 0) && ADP.IsEmpty(this.source)) 111return this.source ?? string.Empty;