15 references to MissingMethodException
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (1)
111MissingMethodException missingMethod = new MissingMethodException(string.Format("{0}:{1}", type.FullName, methodName));
Microsoft.AspNetCore.Http.Extensions (1)
src\Shared\ParameterBindingMethodCache.cs (1)
526throw new MissingMethodException("No suitable System.Enum.TryParse method found.");
Microsoft.AspNetCore.Mvc.Abstractions (1)
src\Shared\ParameterBindingMethodCache.cs (1)
526throw new MissingMethodException("No suitable System.Enum.TryParse method found.");
Microsoft.AspNetCore.OpenApi (1)
src\Shared\ParameterBindingMethodCache.cs (1)
526throw new MissingMethodException("No suitable System.Enum.TryParse method found.");
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (1)
138throw new MissingMethodException(SR.Arg_EntryPointNotFoundException);
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (1)
296throw new MissingMethodException(SR.MissingMember);
src\System\RuntimeType.ActivatorCache.cs (1)
69case MissingMethodException: throw new MissingMethodException(friendlyMessage);
src\System\RuntimeType.CoreCLR.cs (5)
3893throw new MissingMethodException(SR.Format(SR.MissingConstructor_Name, FullName)); 3917throw new MissingMethodException(SR.Format(SR.MissingConstructor_Name, FullName)); 3974throw new MissingMethodException(SR.Format(SR.Arg_NoDefCTor, this)); 4003throw new MissingMethodException(SR.Format(SR.Arg_NoDefCTor, this)); 4031throw new MissingMethodException(SR.Format(SR.Arg_NoDefCTor, this));
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
535MissingMethodException missingMethod = new MissingMethodException($"{type.FullName}::{methodName}");
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
79throw new MissingMethodException(SR.Format(SR.MissingCustomAttributeConstructor, declaringType));
System.Xaml (1)
System\Xaml\Schema\XamlTypeInvoker.cs (1)
314throw new MissingMethodException(SR.Format(SR.NoDefaultConstructor, underlyingType.FullName));