14 references to MissingMemberException
Microsoft.Maui.Controls.Xaml (1)
CreateValuesVisitor.cs (1)
280 throw new MissingMemberException($"No static method found for {nodeType.FullName}::{factoryMethod} ({string.Join(", ", types.Select(t => t.FullName))})");
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\ExceptionUtils.vb (1)
230Return New MissingMemberException(Description)
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Lazy.cs (1)
163throw new MissingMemberException(SR.Lazy_CreateValue_NoParameterlessCtorForT);
src\libraries\System.Private.CoreLib\src\System\MissingFieldException.cs (2)
15: base(SR.Arg_MissingFieldException) 21: base(message ?? SR.Arg_MissingFieldException)
src\libraries\System.Private.CoreLib\src\System\MissingMethodException.cs (2)
18: base(SR.Arg_MissingMethodException) 24: base(message ?? SR.Arg_MissingMethodException)
src\libraries\System.Private.CoreLib\src\System\Threading\LazyInitializer.cs (2)
67throw new MissingMemberException(SR.Lazy_CreateValue_NoParameterlessCtorForT); 168throw new MissingMemberException(SR.Lazy_CreateValue_NoParameterlessCtorForT);
src\libraries\System.Private.CoreLib\src\System\TypedReference.cs (2)
41throw new MissingMemberException(SR.MissingMemberTypeRef); 47throw new MissingMemberException(SR.MissingMemberNestErr);
System.Text.Json (1)
System\Text\Json\ThrowHelper.Serialization.cs (1)
849throw new MissingMemberException(SR.Format(SR.MissingFSharpCoreMember, missingFsharpCoreMember));
WinFormsControlsTest (2)
Dialogs.cs (1)
79throw new MissingMemberException("Unable to find the toolstrip in the PropertyGrid.");
MessageBoxes.cs (1)
59throw new MissingMemberException("Unable to find the toolstrip in the PropertyGrid.");