3 instantiations of LoggingHelperContext
Microsoft.Maui.Controls.Build.Tasks (3)
XamlCTask.cs (3)
45 Context = new LoggingHelperContext(); 93 Context = new LoggingHelperContext(); 112 Context ??= new LoggingHelperContext();
1 reference to LoggingHelperContext
Microsoft.Maui.Controls.Build.Tasks (1)
XamlCTask.cs (1)
32 static LoggingHelperContext Context { get; set; }