2 references to OleDbInfoMessageEventHandler
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
163[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbInfoMessageEventHandler))]
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
108public event System.Data.OleDb.OleDbInfoMessageEventHandler? InfoMessage { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }