4 references to None
System.Private.CoreLib (4)
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)
185
InvokerOptions.
None
,
208
InvokerOptions.
None
,
232
InvokerOptions.
None
,