1 implementation of Start
Microsoft.Maui.Controls.Build.Tasks (1)
PerformanceProvider.cs (1)
33 public void Start(string reference, string tag = null, [CallerFilePath] string path = null, [CallerMemberName] string member = null)
2 references to Start
Microsoft.Maui.Controls (2)
Performance.cs (2)
42 Provider.Start(reference, tag, path, member); 49 Provider?.Start(reference, tag, path, member);