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