5 references to MissingMethodException
PresentationFramework (1)
MS\Internal\Interop\InternalDispatchObject.cs (1)
128throw new MissingMethodException(GetType().Name, name);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (1)
339throw new MissingMethodException(typeName, methodName);
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (2)
693throw new MissingMethodException(FullName, name); 703throw new MissingMethodException(FullName, name);
src\libraries\System.Private.CoreLib\src\System\StartupHookProvider.cs (1)
205throw new MissingMethodException(StartupHookTypeName, InitializeMethodName);