46 references to InvokeMethod
DesignSurfaceExt (1)
TabOrderHooker.cs (1)
53tabOrderType.InvokeMember("Dispose", BindingFlags.Public | BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.InvokeMethod, null, _tabOrder, [true]);
illink (1)
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (1)
1461 BindingFlags.InvokeMethod |
Microsoft.Build (9)
Evaluation\Expander.cs (9)
2770BindingFlags.Public | BindingFlags.InvokeMethod, 3632catch (MissingMethodException ex) when ((_bindingFlags & BindingFlags.InvokeMethod) == BindingFlags.InvokeMethod) 3955functionBuilder.BindingFlags = BindingFlags.IgnoreCase | BindingFlags.Public | BindingFlags.InvokeMethod; 3999defaultBindingFlags |= BindingFlags.InvokeMethod; 4182if ((_bindingFlags & BindingFlags.InvokeMethod) == BindingFlags.InvokeMethod) 4195if ((_bindingFlags & BindingFlags.InvokeMethod) == BindingFlags.InvokeMethod)
Microsoft.CodeAnalysis.EditorFeatures (1)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\net472\GeneratedInternalTypeHelper.g.cs (1)
47return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
Microsoft.Maui (1)
Handlers\HybridWebView\HybridWebViewHandler.cs (1)
240 var dotnetMethod = targetType.GetMethod(requestMethodName, BindingFlags.Public | BindingFlags.Instance | BindingFlags.InvokeMethod);
Microsoft.VisualBasic.Core (9)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (1)
2622BindingFlags.InvokeMethod)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (7)
67BindingFlags.InvokeMethod Or 140BindingFlags.InvokeMethod Or 553BindingFlags.InvokeMethod Or 636retValue = InvokeMemberOnIReflect(objIReflect, method, BindingFlags.InvokeMethod, o, args) 882InvokeMemberOnIReflect(objIReflect, method, BindingFlags.InvokeMethod, o, args) 947BindingFlags.InvokeMethod Or 1098Return InvokeMemberOnIReflect(objIReflect, method, BindingFlags.InvokeMethod, o, args)
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (1)
2022res = InvokeMemberOnIReflect(objIReflect, Method, BindingFlags.InvokeMethod, target, args)
Microsoft.VisualStudio.LanguageServices (1)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\GeneratedInternalTypeHelper.g.cs (1)
47return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
Microsoft.VisualStudio.LanguageServices.CSharp (1)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\GeneratedInternalTypeHelper.g.cs (1)
47return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
PresentationCore (2)
System\Windows\CultureInfoConverter.cs (1)
132BindingFlags.Static | BindingFlags.InvokeMethod | BindingFlags.Public,
System\Windows\Markup\XmlLanguageConverter.cs (1)
125BindingFlags.Static | BindingFlags.InvokeMethod | BindingFlags.Public,
PresentationFramework (1)
System\Windows\Data\ObjectDataProvider.cs (1)
669BindingFlags.InvokeMethod |
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (4)
311const BindingFlags BinderNonCreateInstance = BindingFlags.InvokeMethod | BinderGetSetField | BinderGetSetProperty; 444if ((bindingFlags & BindingFlags.InvokeMethod) != 0) 556if ((bindingFlags & BindingFlags.InvokeMethod) != 0) 564if ((bindingFlags & BindingFlags.InvokeMethod) != 0)
src\System\RuntimeType.CoreCLR.cs (2)
2286(BindingFlags.InvokeMethod | BindingFlags.CreateInstance | BindingFlags.GetProperty | BindingFlags.SetProperty)) == 0) 2356if ((bindingFlags & (BindingFlags.InvokeMethod)) == 0)
System.Reflection.MetadataLoadContext (2)
System\Reflection\Runtime\BindingFlagSupport\Shared.cs (2)
47if ((bindingFlags & (BindingFlags.InvokeMethod | BindingFlags.CreateInstance | BindingFlags.GetProperty | BindingFlags.SetProperty)) == 0) 63if ((bindingFlags & (BindingFlags.InvokeMethod)) == 0)
System.Windows.Forms.Design (9)
System\ComponentModel\Design\DesignerActionList.cs (4)
30typeof(DesignerActionList).GetMethods(BindingFlags.InvokeMethod | BindingFlags.Instance | BindingFlags.DeclaredOnly | BindingFlags.Public)); 32typeof(DesignerActionList).GetProperties(BindingFlags.InvokeMethod | BindingFlags.Instance | BindingFlags.DeclaredOnly | BindingFlags.Public)); 35MethodInfo[] methods = GetType().GetMethods(BindingFlags.InvokeMethod | BindingFlags.Instance | BindingFlags.DeclaredOnly | BindingFlags.Public); 52PropertyInfo[] properties = GetType().GetProperties(BindingFlags.InvokeMethod | BindingFlags.Instance | BindingFlags.DeclaredOnly | BindingFlags.Public);
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (3)
867result = GetReflectionTypeFromTypeHelper(manager, t).InvokeMember(methodInvokeEx.Method.MethodName, BindingFlags.InvokeMethod | BindingFlags.Public | BindingFlags.Static, null, null, parameters, null, null, null); 875result = GetReflectionTypeHelper(manager, targetObject).InvokeMember(methodInvokeEx.Method.MethodName, BindingFlags.InvokeMethod | BindingFlags.Public | BindingFlags.Instance, null, targetObject, parameters, null, null, null); 888result = GetReflectionTypeFromTypeHelper(manager, castType).InvokeMember(methodInvokeEx.Method.MethodName, BindingFlags.InvokeMethod | BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Instance, null, targetObject, parameters, null, null, null);
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (2)
83BindingFlags.InvokeMethod | BindingFlags.Public | BindingFlags.Instance, 93BindingFlags.InvokeMethod | BindingFlags.Public | BindingFlags.Instance,
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
302helperFlags | BindingFlags.InvokeMethod, 1, 0, 2);