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;
153
return Enum.ToObject(
_underlyingType
, intValue);
156
if (!
_underlyingType
.IsAssignableFrom(value.GetType()))