2 implementations of SetIncludeEvaluationPropertiesAndItemsInEvents
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
549public void SetIncludeEvaluationPropertiesAndItemsInEvents(bool inProjectStartedEvent, bool inEvaluationFinishedEvent)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
226public void SetIncludeEvaluationPropertiesAndItemsInEvents(bool inProjectStartedEvent,
3 references to SetIncludeEvaluationPropertiesAndItemsInEvents
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (1)
548/// <inheritdoc cref="ILoggingService.SetIncludeEvaluationPropertiesAndItemsInEvents"/>
BackEnd\Node\OutOfProcNode.cs (1)
784_loggingService.SetIncludeEvaluationPropertiesAndItemsInEvents(
Microsoft.Build.Engine.UnitTests (1)
ConsoleLogger_Tests.cs (1)
280pc.Collection.LoggingService.SetIncludeEvaluationPropertiesAndItemsInEvents(inProjectStartedEvent: false, inEvaluationFinishedEvent: true);