2 instantiations of TaskHostConfiguration
Microsoft.Build (2)
Instance\TaskFactories\TaskHostTask.cs (1)
324
new
TaskHostConfiguration
(
parent\Shared\TaskHostConfiguration.cs (1)
631
TaskHostConfiguration configuration = new
TaskHostConfiguration
();
10 references to TaskHostConfiguration
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (5)
1023
/// Used to avoid re-transmitting the (invariant) environment in every <see cref="
TaskHostConfiguration
"/>:
1032
/// <see cref="
TaskHostConfiguration
"/>: when an outgoing configuration's global properties match this
1207
private void MarkEnvironmentTransferMode(
TaskHostConfiguration
configuration)
1229
private void MarkGlobalParametersTransferMode(
TaskHostConfiguration
configuration)
1294
if (packet is
TaskHostConfiguration
taskHostConfiguration && writeTranslator.NegotiatedPacketVersion >= NodePacketTypeExtensions.EnvironmentDeltaMinVersion)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
631
TaskHostConfiguration
configuration,
712
internal bool CreateNode(TaskHostNodeKey nodeKey, INodePacketFactory factory, INodePacketHandler handler,
TaskHostConfiguration
configuration, in TaskHostParameters taskHostParameters)
Instance\TaskFactories\TaskHostTask.cs (1)
323
TaskHostConfiguration
hostConfiguration =
parent\Shared\TaskHostConfiguration.cs (2)
148
/// Initializes a new instance of the <see cref="
TaskHostConfiguration
"/> class.
631
TaskHostConfiguration
configuration = new TaskHostConfiguration();