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