1 write to _options
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (1)
19_options = options;
4 references to _options
System.Private.CoreLib (4)
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);