2 implementations of IncludeEvaluationPropertiesAndItems
Microsoft.Build (2)
BackEnd\Components\Logging\EventSourceSink.cs (1)
199void IEventSource4.IncludeEvaluationPropertiesAndItems()
Definition\ProjectCollection.cs (1)
2085public void IncludeEvaluationPropertiesAndItems()
10 references to IncludeEvaluationPropertiesAndItems
Microsoft.Build (7)
BuildCheck\Infrastructure\BuildCheckConnectorLogger.cs (1)
53eventSource4.IncludeEvaluationPropertiesAndItems();
Definition\ProjectCollection.cs (3)
2089buildEventSource4.IncludeEvaluationPropertiesAndItems(); 2094designTimeEventSource4.IncludeEvaluationPropertiesAndItems(); 2248eventSource4.IncludeEvaluationPropertiesAndItems();
Logging\BaseConsoleLogger.cs (1)
956eventSource4.IncludeEvaluationPropertiesAndItems();
Logging\BinaryLogger\BinaryLogger.cs (1)
211eventSource4.IncludeEvaluationPropertiesAndItems();
Logging\SimpleErrorLogger.cs (1)
52eventSource4.IncludeEvaluationPropertiesAndItems();
Microsoft.Build.UnitTests.Shared (1)
MockLogger.cs (1)
219eventSource4.IncludeEvaluationPropertiesAndItems();
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
187eventSource4.IncludeEvaluationPropertiesAndItems();
MSBuild (1)
TerminalLogger\TerminalLogger.cs (1)
287eventSource4.IncludeEvaluationPropertiesAndItems();