21 references to InvokerOptions
System.Private.CoreLib (21)
System\Reflection\Runtime\General\Dispensers.cs (2)
120internal static RuntimeSyntheticConstructorInfo GetRuntimeSyntheticConstructorInfo(SyntheticMethodId syntheticMethodId, RuntimeArrayTypeInfo declaringType, RuntimeTypeInfo[] runtimeParameterTypes, InvokerOptions options, CustomMethodInvokerAction action) 155internal static RuntimeMethodInfo GetRuntimeSyntheticMethodInfo(SyntheticMethodId syntheticMethodId, string name, RuntimeArrayTypeInfo declaringType, RuntimeTypeInfo[] runtimeParameterTypes, RuntimeTypeInfo returnType, InvokerOptions options, CustomMethodInvokerAction action)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (6)
16public CustomMethodInvoker(Type thisType, Type[] parameterTypes, InvokerOptions options, CustomMethodInvokerAction action) 36if (!(thisObject == null && 0 != (_options & InvokerOptions.AllowNullThis))) 63Debug.Assert((_options & InvokerOptions.AllowNullThis) != 0); 70Debug.Assert((_options & InvokerOptions.AllowNullThis) != 0); 77Debug.Assert((_options & InvokerOptions.AllowNullThis) != 0); 116private readonly InvokerOptions _options;
System\Reflection\Runtime\MethodInfos\CustomMethodMapper.cs (3)
40InvokerOptions options = (methodBase.IsStatic || methodBase is ConstructorInfo || isNullable) ? InvokerOptions.AllowNullThis : InvokerOptions.None;
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (2)
22private RuntimeSyntheticConstructorInfo(SyntheticMethodId syntheticMethodId, RuntimeArrayTypeInfo declaringType, RuntimeTypeInfo[] runtimeParameterTypes, InvokerOptions options, CustomMethodInvokerAction action) 168private readonly InvokerOptions _options;
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (2)
22private RuntimeSyntheticMethodInfo(SyntheticMethodId syntheticMethodId, string name, RuntimeArrayTypeInfo declaringType, RuntimeTypeInfo[] parameterTypes, RuntimeTypeInfo returnType, InvokerOptions options, CustomMethodInvokerAction action) 226private readonly InvokerOptions _options;
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (6)
73InvokerOptions.AllowNullThis, 111InvokerOptions.AllowNullThis, 147InvokerOptions.AllowNullThis, 185InvokerOptions.None, 208InvokerOptions.None, 232InvokerOptions.None,