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