6 references to MissingMethodException
PresentationFramework (1)
MS\Internal\Interop\InternalDispatchObject.cs (1)
128throw new MissingMethodException(GetType().Name, name);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (1)
341throw new MissingMethodException(typeName, methodName);
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (1)
181throw new MissingMethodException(readerType.FullName, "GetAssemblyName");
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (2)
674throw new MissingMethodException(FullName, name); 684throw new MissingMethodException(FullName, name);
src\libraries\System.Private.CoreLib\src\System\StartupHookProvider.cs (1)
189throw new MissingMethodException(StartupHookTypeName, InitializeMethodName);