1 write to LoggerId
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1147forwardingLogger.LoggerId = sinkId;
4 references to LoggerId
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
1071_centralForwardingLoggerSinkId = centralForwardingLoggerDescription.LoggerId; 1224forwardingLogger.BuildEventRedirector = new EventRedirectorToSink(description.LoggerId, forwardingLoggerSink);
Microsoft.Build.Engine.UnitTests (2)
LoggerDescription_Tests.cs (2)
40Assert.Equal(description.LoggerId, description2.LoggerId); // "Expected Verbosity to Match"