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