1 write to _module
dotnet (1)
Commands\Test\MTP\TestApplicationHandler.cs (1)
22
_module
= module;
8 references to _module
dotnet (8)
Commands\Test\MTP\TestApplicationHandler.cs (8)
33
_module
.TargetPath,
70
_output.AssemblyRunStarted(
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId, instanceId);
140
_output.TestCompleted(
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
156
_output.TestCompleted(
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId, testResultMessage.InstanceId!,
195
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
272
_output.HandshakeFailure(
_module
.TargetPath ??
_module
.ProjectFullPath ?? string.Empty,
_module
.TargetFramework, exitCode, outputData, errorData);