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