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