8 references to AllowNullThis
System.Private.CoreLib (8)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (4)
36
if (!(thisObject == null && 0 != (_options & InvokerOptions.
AllowNullThis
)))
63
Debug.Assert((_options & InvokerOptions.
AllowNullThis
) != 0);
70
Debug.Assert((_options & InvokerOptions.
AllowNullThis
) != 0);
77
Debug.Assert((_options & InvokerOptions.
AllowNullThis
) != 0);
System\Reflection\Runtime\MethodInfos\CustomMethodMapper.cs (1)
40
InvokerOptions options = (methodBase.IsStatic || methodBase is ConstructorInfo || isNullable) ? InvokerOptions.
AllowNullThis
: InvokerOptions.None;
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (3)
73
InvokerOptions.
AllowNullThis
,
111
InvokerOptions.
AllowNullThis
,
147
InvokerOptions.
AllowNullThis
,