8 references to AllowNullThis
System.Private.CoreLib (8)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (4)
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);
System\Reflection\Runtime\MethodInfos\CustomMethodMapper.cs (1)
40InvokerOptions options = (methodBase.IsStatic || methodBase is ConstructorInfo || isNullable) ? InvokerOptions.AllowNullThis : InvokerOptions.None;
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (3)
73InvokerOptions.AllowNullThis, 111InvokerOptions.AllowNullThis, 147InvokerOptions.AllowNullThis,