1 implementation of IPerformanceProvider
Microsoft.Maui.Controls.Build.Tasks (1)
PerformanceProvider.cs (1)
11
internal class PerformanceProvider :
IPerformanceProvider
2 references to IPerformanceProvider
Microsoft.Maui.Controls (2)
Performance.cs (2)
24
public static
IPerformanceProvider
Provider { get; private set; }
27
public static void SetProvider(
IPerformanceProvider
instance)