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