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