1 write to _reporter
Microsoft.WebTools.AspireService.Package (1)
AspireServerService.cs (1)
73
_reporter
= reporter;
3 references to _reporter
Microsoft.WebTools.AspireService.Package (3)
AspireServerService.cs (3)
208
if (
_reporter
!= null)
211
builder.Logging.AddProvider(new LoggerProvider(
_reporter
));
305
_reporter
?.Invoke(message);