6 references to TaskHostConfiguration
Microsoft.Build (1)
parent\Shared\TaskHostConfiguration.cs (1)
483{ return NodePacketType.TaskHostConfiguration; }
Microsoft.Build.Framework (2)
BackEnd\NodePacketType.cs (1)
13/// <see cref="NodeBuildComplete"/>, <see cref="NodeShutdown"/>, <see cref="TaskHostConfiguration"/>,
BackEnd\NodePacketTypeExtensions.cs (1)
44/// <see cref="NodePacketType.TaskHostConfiguration"/> / <see cref="NodePacketType.TaskHostTaskComplete"/>
MSBuild (3)
OutOfProcTaskHostNode.cs (2)
282thisINodePacketFactory.RegisterPacketHandler(NodePacketType.TaskHostConfiguration, TaskHostConfiguration.FactoryForDeserialization, this); 961case NodePacketType.TaskHostConfiguration:
parent\Shared\TaskHostConfiguration.cs (1)
483{ return NodePacketType.TaskHostConfiguration; }