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