2 references to MissingMethodException
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\CatalogReflectionContextAttribute.cs (1)
40
throw new
MissingMethodException
(SR.ReflectionContext_Requires_DefaultConstructor, missingMethodException);
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
3912
throw new
MissingMethodException
(SR.Format(SR.MissingConstructor_Name, FullName), innerMME);