8 references to AllowNullThis
System.Private.CoreLib (8)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (4)
41
if (!(thisObject == null && 0 != (_options & InvokerOptions.
AllowNullThis
)))
88
Debug.Assert((_options & InvokerOptions.
AllowNullThis
) != 0);
95
Debug.Assert((_options & InvokerOptions.
AllowNullThis
) != 0);
102
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
,