3 references to Empty
MSBuildTaskHost (3)
NodeEndpointOutOfProcTaskHost.cs (1)
36
new(CommunicationsUtilities.GetHandshakeOptions(taskHost: true, taskHostParameters: TaskHostParameters.
Empty
, nodeReuse: _nodeReuse));
TaskHostParameters.cs (2)
78
internal bool IsEmpty => Equals(
Empty
);
91
return
Empty
;