2 references to FormatterDelegateCache
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
686var formatter = FormatterDelegateCache.Get<T>(); 1784var method = _makeArrayFormatter ??= typeof(FormatterDelegateCache).GetMethod(nameof(MakeArrayFormatter), BindingFlags.NonPublic | BindingFlags.Static)!;