3 references to DllNotFoundException
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
PDB\PDBTests.cs (1)
362
testData: new CompilationTestData() { SymWriterFactory = _ => throw new
DllNotFoundException
("xxx") });
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\InternalsVisibleToAndStrongNameTests.cs (1)
232
GetStrongNameInterfaceFunc = () => throw new
DllNotFoundException
("aaa.dll not found.")
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnection.cs (1)
568
throw new
DllNotFoundException
(SR.Odbc_UnixOdbcNotFound + Environment.NewLine + e.Message);