10 references to Asynchronous
Microsoft.Build (5)
BackEnd\Components\Communications\NodeEndpointInProc.cs (5)
117
if (commMode == EndpointMode.
Asynchronous
)
176
if (_mode == EndpointMode.
Asynchronous
)
194
if (_mode == EndpointMode.
Asynchronous
)
317
if (_mode == EndpointMode.
Asynchronous
)
343
ErrorUtilities.VerifyThrow(_mode == EndpointMode.
Asynchronous
, "EndPoint mode is synchronous, should be asynchronous");
Microsoft.Build.Engine.UnitTests (5)
BackEnd\NodeEndpointInProc_Tests.cs (5)
184
NodeEndpointInProc.EndpointMode.
Asynchronous
, _host, nodeId: 1);
203
NodeEndpointInProc.EndpointMode.
Asynchronous
, null, nodeId: 1);
237
NodeEndpointInProc.EndpointMode.
Asynchronous
, _host, nodeId: 1);
285
DisconnectionTestHelper(NodeEndpointInProc.EndpointMode.
Asynchronous
);
323
NodeEndpointInProc.EndpointMode.
Asynchronous
, _host, nodeId: 1);