Implemented interface member:
method
Initialize
Microsoft.Build.Framework.ILogger.Initialize(Microsoft.Build.Framework.IEventSource)
6 references to Initialize
dotnet (1)
LoggerUtility.cs (1)
107logger.Initialize(this);
dotnet-watch.Tests (1)
CommandLine\BinaryLoggerTests.cs (1)
44bl.Initialize(new EventSource());
Microsoft.Build.Engine.UnitTests (4)
BinaryLogger_Tests.cs (4)
144outputBinlog.Initialize(logReader); 225outputBinlog.Initialize(logReader); 651binaryLogger.Initialize(eventSource); 672binaryLogger.Initialize(eventSource);