2 references to ConvertToNullableLongCore
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
839
return
ConvertToNullableLongCore
(obj, culture, out value);
843
internal static BindParser<long?> ConvertToNullableLong =
ConvertToNullableLongCore
;