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)
402
case NodePacketType.
NodeBuildComplete
:
BackEnd\Node\OutOfProcNode.cs (2)
200
(this as INodePacketFactory).RegisterPacketHandler(NodePacketType.
NodeBuildComplete
, NodeBuildComplete.FactoryForDeserialization, this);
675
case NodePacketType.
NodeBuildComplete
:
BackEnd\Node\OutOfProcServerNode.cs (2)
113
(this as INodePacketFactory).RegisterPacketHandler(NodePacketType.
NodeBuildComplete
, NodeBuildComplete.FactoryForDeserialization, this);
344
case 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)
84
packetFactory.RegisterPacketHandler(NodePacketType.
NodeBuildComplete
, NodeBuildComplete.FactoryForDeserialization, null);
parent\Shared\NodeBuildComplete.cs (1)
67
{ return NodePacketType.
NodeBuildComplete
; }
MSBuild (3)
OutOfProcTaskHostNode.cs (2)
284
thisINodePacketFactory.RegisterPacketHandler(NodePacketType.
NodeBuildComplete
, NodeBuildComplete.FactoryForDeserialization, this);
967
case NodePacketType.
NodeBuildComplete
:
parent\Shared\NodeBuildComplete.cs (1)
67
{ return NodePacketType.
NodeBuildComplete
; }