2 implementations of IncludeEvaluationPropertiesAndItems
Microsoft.Build (2)
BackEnd\Components\Logging\EventSourceSink.cs (1)
204void IEventSource4.IncludeEvaluationPropertiesAndItems()
Definition\ProjectCollection.cs (1)
2090public void IncludeEvaluationPropertiesAndItems()
10 references to IncludeEvaluationPropertiesAndItems
Microsoft.Build (8)
BuildCheck\Infrastructure\BuildCheckConnectorLogger.cs (1)
46eventSource4.IncludeEvaluationPropertiesAndItems();
Definition\ProjectCollection.cs (3)
2094buildEventSource4.IncludeEvaluationPropertiesAndItems(); 2099designTimeEventSource4.IncludeEvaluationPropertiesAndItems(); 2253eventSource4.IncludeEvaluationPropertiesAndItems();
Logging\BaseConsoleLogger.cs (1)
956eventSource4.IncludeEvaluationPropertiesAndItems();
Logging\BinaryLogger\BinaryLogger.cs (1)
213eventSource4.IncludeEvaluationPropertiesAndItems();
Logging\SimpleErrorLogger.cs (1)
53eventSource4.IncludeEvaluationPropertiesAndItems();
Logging\TerminalLogger\TerminalLogger.cs (1)
336eventSource4.IncludeEvaluationPropertiesAndItems();
Microsoft.Build.UnitTests.Shared (1)
MockLogger.cs (1)
219eventSource4.IncludeEvaluationPropertiesAndItems();
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
187eventSource4.IncludeEvaluationPropertiesAndItems();