14 references to NodeBuildComplete
Microsoft.Build (7)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
404(this as INodePacketFactory).RegisterPacketHandler(NodePacketType.NodeBuildComplete, NodeBuildComplete.FactoryForDeserialization, this);
BackEnd\Node\InProcNode.cs (1)
402case NodePacketType.NodeBuildComplete:
BackEnd\Node\OutOfProcNode.cs (2)
200(this as INodePacketFactory).RegisterPacketHandler(NodePacketType.NodeBuildComplete, NodeBuildComplete.FactoryForDeserialization, this); 675case NodePacketType.NodeBuildComplete:
BackEnd\Node\OutOfProcServerNode.cs (2)
113(this as INodePacketFactory).RegisterPacketHandler(NodePacketType.NodeBuildComplete, NodeBuildComplete.FactoryForDeserialization, this); 344case NodePacketType.NodeBuildComplete:
parent\Shared\NodeBuildComplete.cs (1)
67{ return NodePacketType.NodeBuildComplete; }
Microsoft.Build.Framework (2)
BackEnd\NodePacketType.cs (1)
13/// <see cref="NodeBuildComplete"/>, <see cref="NodeShutdown"/>, <see cref="TaskHostConfiguration"/>,
BackEnd\NodePacketTypeExtensions.cs (1)
81|| (type == NodePacketType.NodeBuildComplete && negotiatedVersion >= TaskHostOwnershipMinVersion)))
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
84packetFactory.RegisterPacketHandler(NodePacketType.NodeBuildComplete, NodeBuildComplete.FactoryForDeserialization, null);
parent\Shared\NodeBuildComplete.cs (1)
67{ return NodePacketType.NodeBuildComplete; }
MSBuild (3)
OutOfProcTaskHostNode.cs (2)
284thisINodePacketFactory.RegisterPacketHandler(NodePacketType.NodeBuildComplete, NodeBuildComplete.FactoryForDeserialization, this); 967case NodePacketType.NodeBuildComplete:
parent\Shared\NodeBuildComplete.cs (1)
67{ return NodePacketType.NodeBuildComplete; }