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