3 references to NodeBuildComplete
MSBuild (3)
NodeBuildComplete.cs (1)
55
{ return NodePacketType.
NodeBuildComplete
; }
OutOfProcTaskHostNode.cs (2)
201
thisINodePacketFactory.RegisterPacketHandler(NodePacketType.
NodeBuildComplete
, NodeBuildComplete.FactoryForDeserialization, this);
710
case NodePacketType.
NodeBuildComplete
: