2 references to FactoryForDeserialization
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
264
(this as INodePacketFactory).RegisterPacketHandler(NodePacketType.TaskHostBuildRequest, TaskHostBuildRequest.
FactoryForDeserialization
, this);
Instance\TaskFactories\TaskHostTask.cs (1)
203
(this as INodePacketFactory).RegisterPacketHandler(NodePacketType.TaskHostBuildRequest, TaskHostBuildRequest.
FactoryForDeserialization
, this);