1 write to _underlyingType
Microsoft.AspNetCore.Components.Endpoints (1)
TempData\TempDataCascadingValueSupplier.cs (1)
121_underlyingType = Nullable.GetUnderlyingType(propertyType) ?? propertyType;
3 references to _underlyingType
Microsoft.AspNetCore.Components.Endpoints (3)
TempData\TempDataCascadingValueSupplier.cs (3)
122_isEnum = _underlyingType.IsEnum; 153return Enum.ToObject(_underlyingType, intValue); 156if (!_underlyingType.IsAssignableFrom(value.GetType()))