2 implementations of SetIncludeEvaluationPropertiesAndItemsInEvents
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
549
public void
SetIncludeEvaluationPropertiesAndItemsInEvents
(bool inProjectStartedEvent, bool inEvaluationFinishedEvent)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
226
public 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)
280
pc.Collection.LoggingService.
SetIncludeEvaluationPropertiesAndItemsInEvents
(inProjectStartedEvent: false, inEvaluationFinishedEvent: true);