1 instantiation of EntryPointNotFoundException
System.Private.CoreLib (1)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (1)
323ExceptionIDs.EntrypointNotFound => new EntryPointNotFoundException(),
22 references to EntryPointNotFoundException
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\HttpApi.cs (1)
98catch (EntryPointNotFoundException) { }
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\BrokeredServiceBase.cs (1)
209catch (EntryPointNotFoundException)
Microsoft.CodeAnalysis.Test.Utilities (1)
Assert\ConditionalFactAttribute.cs (1)
222catch (EntryPointNotFoundException)
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
48catch (Exception e) when (e is DllNotFoundException or EntryPointNotFoundException)
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
221[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EntryPointNotFoundException))]
netstandard (1)
netstandard.cs (1)
779[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EntryPointNotFoundException))]
PresentationCore (6)
MS\Internal\DpiUtil\DpiUtil+DpiAwarenessContextHelper.cs (1)
50catch (Exception e) when (e is EntryPointNotFoundException || e is MissingMethodException || e is DllNotFoundException)
MS\Internal\DpiUtil\DpiUtil+DpiAwarenessScope.cs (1)
119catch (Exception e) when (e is EntryPointNotFoundException || e is MissingMethodException || e is DllNotFoundException)
MS\Internal\DpiUtil\DpiUtil+ProcessDpiAwarenessHelper.cs (1)
70catch (Exception e) when (e is EntryPointNotFoundException || e is MissingMethodException || e is DllNotFoundException)
MS\Internal\DpiUtil\DpiUtil+SystemDpiHelper.cs (1)
52catch (Exception e) when (e is EntryPointNotFoundException || e is MissingMethodException || e is DllNotFoundException)
MS\Internal\DpiUtil\DpiUtil+WindowDpiScaleHelper.cs (1)
50catch (Exception e) when (e is EntryPointNotFoundException || e is MissingMethodException || e is DllNotFoundException)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (1)
196|| e is EntryPointNotFoundException
PresentationFramework (2)
System\Windows\Documents\NaturalLanguageHyphenator.cs (1)
41catch (EntryPointNotFoundException)
System\Windows\Documents\SpellerInteropBase.cs (1)
136(ex is DllNotFoundException || ex is EntryPointNotFoundException)
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeLibrary.cs (1)
155/// <exception cref="EntryPointNotFoundException">If the symbol is not found</exception>
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyDependencyResolver.cs (1)
73catch (EntryPointNotFoundException entryPointNotFoundException)
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
177[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.EntryPointNotFoundException))]
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (1)
135catch (EntryPointNotFoundException)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
617catch (EntryPointNotFoundException ex)
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
1757catch (EntryPointNotFoundException)
MS\Internal\Automation\Misc.cs (1)
526catch(EntryPointNotFoundException)
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1027catch(EntryPointNotFoundException)