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