3 instantiations of TaskHostParameters
MSBuildTaskHost (3)
BinaryTranslator.cs (1)
218value = new TaskHostParameters(
TaskHostParameters.cs (2)
16public static readonly TaskHostParameters Empty = new(); 107return new TaskHostParameters(
9 references to TaskHostParameters
MSBuildTaskHost (9)
BinaryTranslator.cs (2)
199public void Translate(ref TaskHostParameters value) 1127public void Translate(ref TaskHostParameters value)
CommunicationsUtilities.cs (1)
849TaskHostParameters taskHostParameters,
ITranslator.cs (1)
350void Translate(ref TaskHostParameters value);
NodeEndpointOutOfProcTaskHost.cs (1)
36new(CommunicationsUtilities.GetHandshakeOptions(taskHost: true, taskHostParameters: TaskHostParameters.Empty, nodeReuse: _nodeReuse));
TaskHostParameters.cs (4)
16public static readonly TaskHostParameters Empty = new(); 86internal static TaskHostParameters MergeTaskHostParameters(TaskHostParameters baseParameters, TaskHostParameters overrideParameters)