4 types derived from EngineCommand
Microsoft.Build.Engine (4)
Engine\EngineCommand.cs (4)
30internal class RequestStatusEngineCommand : EngineCommand 55internal class HostBuildRequestCompletionEngineCommand : EngineCommand 75internal class ReportExceptionEngineCommand : EngineCommand 102internal class ChangeTraversalTypeCommand : EngineCommand
4 references to EngineCommand
Microsoft.Build.Engine (4)
Engine\Engine.cs (4)
171private DualQueue<EngineCommand> engineCommands; 393this.engineCommands = new DualQueue<EngineCommand>(); 1688EngineCommand engineCommand = this.engineCommands.Dequeue(); 2944internal void PostEngineCommand(EngineCommand engineCommand)