1 write to _module
dotnet (1)
Commands\Test\MTP\TestApplicationHandler.cs (1)
23
_module
= module;
9 references to _module
dotnet (9)
Commands\Test\MTP\TestApplicationHandler.cs (9)
90
_output.AssemblyRunStarted(
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId, instanceId!);
98
_module
.TargetPath,
227
_output.TestCompleted(
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
243
_output.TestCompleted(
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
282
_module
.TargetPath,
332
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
435
_output.HandshakeFailure(
_module
.TargetPath ??
_module
.ProjectFullPath ?? string.Empty,
_module
.TargetFramework, exitCode, outputData, errorData);