164 references to ParameterModifier
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\External\Extensions.cs (2)
19
public static MethodInfo GetMethod(this Type type, String name, BindingFlags bindingAttr, System.Reflection.Binder binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[] modifiers)
24
public static MethodInfo GetMethod(this Type type, String name, BindingFlags bindingAttr, System.Reflection.Binder binder, Type[] types,
ParameterModifier
[] modifiers)
illink (10)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (10)
78
/// <item><see cref="System.Type.GetConstructor(System.Reflection.BindingFlags, System.Reflection.Binder?, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
79
/// <item><see cref="System.Type.GetConstructor(System.Reflection.BindingFlags, System.Reflection.Binder?, System.Reflection.CallingConventions, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
91
/// <item><see cref="System.Type.GetMethod(string, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
93
/// <item><see cref="System.Type.GetMethod(string, System.Reflection.BindingFlags, System.Reflection.Binder, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
94
/// <item><see cref="System.Type.GetMethod(string, System.Reflection.BindingFlags, System.Reflection.Binder, System.Reflection.CallingConventions, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
96
/// <item><see cref="System.Type.GetMethod(string, int, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
97
/// <item><see cref="System.Type.GetMethod(string, int, System.Reflection.BindingFlags, System.Reflection.Binder?, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
98
/// <item><see cref="System.Type.GetMethod(string, int, System.Reflection.BindingFlags, System.Reflection.Binder?, System.Reflection.CallingConventions, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
124
/// <item><see cref="System.Type.GetProperty(string, System.Type?, System.Type[], System.Reflection.
ParameterModifier
[])"/></item>
125
/// <item><see cref="System.Type.GetProperty(string, System.Reflection.BindingFlags, System.Reflection.Binder?, System.Type?, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
ILLink.RoslynAnalyzer (10)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (10)
78
/// <item><see cref="System.Type.GetConstructor(System.Reflection.BindingFlags, System.Reflection.Binder?, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
79
/// <item><see cref="System.Type.GetConstructor(System.Reflection.BindingFlags, System.Reflection.Binder?, System.Reflection.CallingConventions, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
91
/// <item><see cref="System.Type.GetMethod(string, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
93
/// <item><see cref="System.Type.GetMethod(string, System.Reflection.BindingFlags, System.Reflection.Binder, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
94
/// <item><see cref="System.Type.GetMethod(string, System.Reflection.BindingFlags, System.Reflection.Binder, System.Reflection.CallingConventions, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
96
/// <item><see cref="System.Type.GetMethod(string, int, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
97
/// <item><see cref="System.Type.GetMethod(string, int, System.Reflection.BindingFlags, System.Reflection.Binder?, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
98
/// <item><see cref="System.Type.GetMethod(string, int, System.Reflection.BindingFlags, System.Reflection.Binder?, System.Reflection.CallingConventions, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
124
/// <item><see cref="System.Type.GetProperty(string, System.Type?, System.Type[], System.Reflection.
ParameterModifier
[])"/></item>
125
/// <item><see cref="System.Type.GetProperty(string, System.Reflection.BindingFlags, System.Reflection.Binder?, System.Type?, System.Type[], System.Reflection.
ParameterModifier
[]?)"/></item>
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
src\Grpc\JsonTranscoding\src\Shared\Server\BindMethodFinder.cs (2)
61
Array.Empty<
ParameterModifier
>());
88
Array.Empty<
ParameterModifier
>());
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\MemberInfo\TypeImpl.cs (1)
394
return new PropertyInfoImpl(Type.GetProperty(name, (System.Reflection.BindingFlags)bindingAttr, binder: null, returnType: null, types: new System.Type[0], modifiers: new System.Reflection.
ParameterModifier
[0]));
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (4)
145
Public Overrides Function BindToMethod(ByVal bindingAttr As BindingFlags, ByVal match() As MethodBase, ByRef args() As Object, ByVal modifiers() As
ParameterModifier
, ByVal culture As CultureInfo, ByVal names() As String, ByRef ObjState As Object) As MethodBase
1593
Public Overrides Function SelectMethod(ByVal bindingAttr As BindingFlags, ByVal match() As MethodBase, ByVal types() As Type, ByVal modifiers() As
ParameterModifier
) As MethodBase
1600
Public Overrides Function SelectProperty(ByVal bindingAttr As BindingFlags, ByVal match() As PropertyInfo, ByVal returnType As Type, ByVal indexes() As Type, ByVal modifiers() As
ParameterModifier
) As PropertyInfo
1944
Dim modifiers As
ParameterModifier
() = Nothing
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
484
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.
ParameterModifier
))]
netstandard (1)
netstandard.cs (1)
1452
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.
ParameterModifier
))]
PresentationFramework (3)
MS\Internal\Interop\InternalDispatchObject.cs (3)
88
MethodInfo IReflect.GetMethod(string name, BindingFlags bindingAttr, Binder binder, Type[] types,
ParameterModifier
[] modifiers)
104
PropertyInfo IReflect.GetProperty(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types,
ParameterModifier
[] modifiers)
113
object IReflect.InvokeMember(string name, BindingFlags invokeAttr, Binder binder, object target, object[] args,
ParameterModifier
[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters)
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ExportServices.cs (1)
44
Array.Empty<
ParameterModifier
>()) != null;
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectPropertyDescriptor.cs (3)
335
_propInfo = _componentClass.GetProperty(Name, bindingFlags, binder: null, PropertyType, Type.EmptyTypes, Array.Empty<
ParameterModifier
>());
448
_propInfo = _componentClass.GetProperty(Name, bindingFlags, binder: null, PropertyType, Type.EmptyTypes, Array.Empty<
ParameterModifier
>());
818
memberInfo = currentReflectType.GetProperty(Name, bindingFlags, binder: null, PropertyType, Type.EmptyTypes, Array.Empty<
ParameterModifier
>());
System.Private.CoreLib (68)
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (3)
35
ParameterModifier
[]? modifiers, CultureInfo? cultureInfo, string[]? names, out object? state)
542
public sealed override MethodBase? SelectMethod(BindingFlags bindingAttr, MethodBase[] match, Type[] types,
ParameterModifier
[]? modifiers)
636
Type[]? indexes,
ParameterModifier
[]? modifiers)
src\libraries\System.Private.CoreLib\src\System\Reflection\Binder.cs (3)
12
public abstract MethodBase BindToMethod(BindingFlags bindingAttr, MethodBase[] match, ref object?[] args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? names, out object? state);
15
public abstract MethodBase? SelectMethod(BindingFlags bindingAttr, MethodBase[] match, Type[] types,
ParameterModifier
[]? modifiers);
16
public abstract PropertyInfo? SelectProperty(BindingFlags bindingAttr, PropertyInfo[] match, Type? returnType, Type[]? indexes,
ParameterModifier
[]? modifiers);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (4)
313
object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters)
372
CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers)
385
CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
435
Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (4)
102
public override object InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters) { throw new NotSupportedException(); }
164
protected override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers) { throw new NotSupportedException(SR.Format(SR.NotSupported_TypeBuilderInstantiation_ResolvingMembers, nameof(TypeBuilder.GetConstructor))); }
170
protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers) { throw new NotSupportedException(SR.Format(SR.NotSupported_TypeBuilderInstantiation_ResolvingMembers, nameof(TypeBuilder.GetMethod))); }
195
protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers) { throw new NotSupportedException(); }
src\libraries\System.Private.CoreLib\src\System\Reflection\IReflect.cs (3)
15
MethodInfo? GetMethod(string name, BindingFlags bindingAttr, Binder? binder, Type[] types,
ParameterModifier
[]? modifiers);
44
PropertyInfo? GetProperty(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[] types,
ParameterModifier
[]? modifiers);
81
object? InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters);
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (4)
84
object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters)
102
CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers) => throw new NotSupportedException(SR.NotSupported_ModifiedType);
109
CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
141
Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers)
src\libraries\System.Private.CoreLib\src\System\Reflection\Module.cs (2)
49
public MethodInfo? GetMethod(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers)
62
protected virtual MethodInfo? GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers) { throw NotImplemented.ByDesign; }
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (5)
139
public sealed override object InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters) => throw new NotSupportedException(SR.NotSupported_SignatureType);
142
protected sealed override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers) => throw new NotSupportedException(SR.NotSupported_SignatureType);
145
protected sealed override MethodInfo GetMethodImpl(string name, int genericParameterCount, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers) => throw new NotSupportedException(SR.NotSupported_SignatureType);
148
protected sealed override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers) => throw new NotSupportedException(SR.NotSupported_SignatureType);
181
protected sealed override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers) => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (4)
46
object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters)
64
CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers)
74
CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
112
Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
324
object?[]? providedArgs,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParams)
src\libraries\System.Private.CoreLib\src\System\Type.cs (15)
184
public ConstructorInfo? GetConstructor(BindingFlags bindingAttr, Binder? binder, Type[] types,
ParameterModifier
[]? modifiers) => GetConstructor(bindingAttr, binder, CallingConventions.Any, types, modifiers);
187
public ConstructorInfo? GetConstructor(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers)
199
protected abstract ConstructorInfo? GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers);
327
public MethodInfo? GetMethod(string name, Type[] types,
ParameterModifier
[]? modifiers) => GetMethod(name, DefaultLookup, null, types, modifiers);
330
public MethodInfo? GetMethod(string name, BindingFlags bindingAttr, Binder? binder, Type[] types,
ParameterModifier
[]? modifiers) => GetMethod(name, bindingAttr, binder, CallingConventions.Any, types, modifiers);
333
public MethodInfo? GetMethod(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers)
346
protected abstract MethodInfo? GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers);
352
public MethodInfo? GetMethod(string name, int genericParameterCount, Type[] types,
ParameterModifier
[]? modifiers) => GetMethod(name, genericParameterCount, DefaultLookup, null, types, modifiers);
374
public MethodInfo? GetMethod(string name, int genericParameterCount, BindingFlags bindingAttr, Binder? binder, Type[] types,
ParameterModifier
[]? modifiers) => GetMethod(name, genericParameterCount, bindingAttr, binder, CallingConventions.Any, types, modifiers);
377
public MethodInfo? GetMethod(string name, int genericParameterCount, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers)
390
protected virtual MethodInfo? GetMethodImpl(string name, int genericParameterCount, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers) => throw new NotSupportedException();
438
public PropertyInfo? GetProperty(string name, Type? returnType, Type[] types,
ParameterModifier
[]? modifiers) => GetProperty(name, DefaultLookup, null, returnType, types, modifiers);
441
public PropertyInfo? GetProperty(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[] types,
ParameterModifier
[]? modifiers)
450
protected abstract PropertyInfo? GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers);
589
public abstract object? InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters);
src\System\Reflection\Emit\RuntimeEnumBuilder.cs (4)
68
ParameterModifier
[]? modifiers,
93
CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers)
107
CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
160
Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers)
src\System\Reflection\Emit\RuntimeGenericTypeParameterBuilder.cs (4)
88
public override object InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters) { throw new NotSupportedException(); }
103
protected override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers) { throw new NotSupportedException(); }
109
protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers) { throw new NotSupportedException(); }
134
protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers) { throw new NotSupportedException(); }
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (1)
723
CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (4)
635
object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters)
657
CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers)
676
CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
764
Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers)
src\System\Reflection\RuntimeModule.cs (2)
323
CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
330
CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
src\System\RuntimeType.CoreCLR.cs (5)
2823
Type[]? types,
ParameterModifier
[]? modifiers)
2831
Type[]? types,
ParameterModifier
[]? modifiers)
2838
Type[]? types,
ParameterModifier
[]? modifiers)
2874
Type[] types,
ParameterModifier
[]? modifiers)
2900
string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers)
System.Reflection (1)
System.Reflection.cs (1)
28
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.
ParameterModifier
))]
System.Reflection.Context (11)
System\Reflection\Context\Custom\CustomType.cs (2)
83
protected override PropertyInfo? GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers)
182
protected override MethodInfo? GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
94
protected override MethodInfo? GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
System\Reflection\Context\Delegation\DelegatingType.cs (4)
303
protected override ConstructorInfo? GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers)
353
protected override MethodInfo? GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
381
protected override PropertyInfo? GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers)
416
public override object? InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters)
System\Reflection\Context\Projection\ProjectingModule.cs (1)
58
protected override MethodInfo? GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
System\Reflection\Context\Projection\ProjectingType.cs (3)
182
protected override ConstructorInfo? GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers)
260
protected override MethodInfo? GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
287
protected override PropertyInfo? GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers)
System.Reflection.Emit (17)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (4)
313
object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters)
372
CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers)
385
CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
435
Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers)
System\Reflection\Emit\EnumBuilderImpl.cs (4)
107
object?[]? args,
ParameterModifier
[]? modifiers, Globalization.CultureInfo? culture, string[]? namedParameters) => throw new NotSupportedException();
110
CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers) => throw new NotSupportedException();
123
CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers) => throw new NotSupportedException();
135
Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers) => throw new NotSupportedException();
System\Reflection\Emit\GenericTypeParameterBuilderImpl.cs (4)
103
protected override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers) => throw new NotSupportedException();
107
protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers) => throw new NotSupportedException();
124
protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers) => throw new NotSupportedException();
142
public override object InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters) => throw new NotSupportedException();
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
1334
CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
System\Reflection\Emit\TypeBuilderImpl.cs (4)
634
object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters) => throw new NotSupportedException();
657
CallingConventions callConvention, Type[] types,
ParameterModifier
[]? _)
814
CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
1041
Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers)
System.Reflection.MetadataLoadContext (13)
System\Reflection\DefaultBinder.cs (3)
39
ParameterModifier
[]? modifiers, CultureInfo? cultureInfo, string[]? names, out object state) => throw new InvalidOperationException(SR.Arg_InvalidOperation_Reflection);
47
public sealed override MethodBase? SelectMethod(BindingFlags bindingAttr, MethodBase[] match, Type[] types,
ParameterModifier
[]? modifiers)
148
Type[]? indexes,
ParameterModifier
[]? modifiers)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (1)
115
protected sealed override MethodInfo? GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers) => GetModuleType().InternalGetMethodImpl(name, bindingAttr, binder, callConvention, types, modifiers);
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
73
protected abstract override MethodInfo? GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers);
System\Reflection\TypeLoading\Modules\RoResourceModule.cs (1)
49
protected sealed override MethodInfo? GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers) => null;
System\Reflection\TypeLoading\RuntimeTypeInfo.BindingFlags.cs (5)
14
protected sealed override ConstructorInfo? GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
54
protected sealed override MethodInfo? GetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
59
protected sealed override MethodInfo? GetMethodImpl(string name, int genericParameterCount, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
64
private MethodInfo? GetMethodImplCommon(string name, int genericParameterCount, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
108
protected sealed override PropertyInfo? GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types,
ParameterModifier
[]? modifiers)
System\Reflection\TypeLoading\Types\RoType.cs (2)
372
public sealed override object? InvokeMember(string name, BindingFlags invokeAttr, Binder? binder, object? target, object?[]? args,
ParameterModifier
[]? modifiers, CultureInfo? culture, string[]? namedParameters) => throw new InvalidOperationException(SR.Arg_ReflectionOnlyInvoke);
384
internal MethodInfo? InternalGetMethodImpl(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types,
ParameterModifier
[]? modifiers)
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
494
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.
ParameterModifier
))]
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexAssemblyCompiler.cs (1)
112
_ilg!.Emit(OpCodes.Call, typeof(Regex).GetConstructor(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance, null, Type.EmptyTypes, Array.Empty<
ParameterModifier
>())!);
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleObject.cs (3)
2905
MethodInfo? IReflect.GetMethod(string name, BindingFlags bindingAttr, Binder? binder, Type[] types,
ParameterModifier
[]? modifiers)
2935
ParameterModifier
[]? modifiers)
2967
ParameterModifier
[]? modifiers,
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerHost.cs (3)
1197
MethodInfo? IReflect.GetMethod(string name, BindingFlags bindingAttr, Binder? binder, Type[] types,
ParameterModifier
[]? modifiers) =>
1216
PropertyInfo? IReflect.GetProperty(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[] types,
ParameterModifier
[]? modifiers) =>
1248
ParameterModifier
[]? modifiers,
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\DesignerHostTests.cs (3)
3111
Assert.Equal(typeof(IDesignerHost).GetMethod(nameof(IDesignerHost.Activate)), reflect.GetMethod(nameof(IDesignerHost.Activate), BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public, null, Array.Empty<Type>(), Array.Empty<
ParameterModifier
>()));
3128
Assert.Equal(typeof(IDesignerHost).GetProperty(nameof(IDesignerHost.Container)), reflect.GetProperty(nameof(IDesignerHost.Container), BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public, null, typeof(IContainer), Array.Empty<Type>(), Array.Empty<
ParameterModifier
>()));
3144
Assert.Equal(surface.Host.Container, reflect.InvokeMember(nameof(IDesignerHost.Container), BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public | BindingFlags.GetProperty, null, surface.Host, Array.Empty<object>(), Array.Empty<
ParameterModifier
>(), null, Array.Empty<string>()));
System.Windows.Forms.Tests (4)
System\Windows\Forms\ListBindingHelperTests.cs (4)
908
public override object InvokeMember(string name, BindingFlags invokeAttr, Binder binder, object target, object[] args,
ParameterModifier
[] modifiers, CultureInfo culture, string[] namedParameters)
917
protected override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[] modifiers)
922
protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[] modifiers)
927
protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types,
ParameterModifier
[] modifiers)
System.Xaml.Tests (1)
Common\CustomType.cs (1)
30
protected override ConstructorInfo? GetConstructorImpl(BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[] types,
ParameterModifier
[]? modifiers)