2 references to FactoryForDeserialization
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
185(this as INodePacketFactory).RegisterPacketHandler(NodePacketType.NodeConfiguration, NodeConfiguration.FactoryForDeserialization, this);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodeConfiguration_Tests.cs (1)
38INodePacket packet = NodeConfiguration.FactoryForDeserialization(TranslationHelpers.GetReadTranslator());