4 references to TargetBuilder
Microsoft.Build (4)
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
85_componentEntriesByType[BuildComponentType.TargetBuilder] = new BuildComponentEntry(BuildComponentType.TargetBuilder, TargetBuilder.CreateComponent, CreationPattern.CreateAlways);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
216_targetBuilder = (ITargetBuilder)_componentHost.GetComponent(BuildComponentType.TargetBuilder);
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
397Assumed.Equal(type, BuildComponentType.TargetBuilder, $"Cannot create components of type {type}");