1 write to ElementType
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\NullabilityInfo.cs (1)
24
ElementType
= elementType;
3 references to ElementType
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
1811
var elementTypeNullabilityInfo = parameter.ParameterType.IsArray ? factoryContext.NullabilityContext.Create(parameter)?.
ElementType
: null;
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\NullabilityInfoContext.cs (2)
470
else if (nullability.
ElementType
is { } elementNullability && metaType.IsArray)
612
else if (nullability.
ElementType
is { } elementTypeNullability)