1 write to _convertToNullableEnum
Microsoft.AspNetCore.Components (1)
BindConverter.cs (1)
1990
var method =
_convertToNullableEnum
??= typeof(BindConverter).GetMethod(nameof(ConvertToNullableEnum), BindingFlags.NonPublic | BindingFlags.Static)!;