1 write to _module
dotnet (1)
Commands\Test\MTP\TestApplicationHandler.cs (1)
32
_module
= module;
15 references to _module
dotnet (15)
Commands\Test\MTP\TestApplicationHandler.cs (15)
123
_output.AssemblyRunStarted(
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId, instanceId!, attemptNumber.Value);
127
_output.AssemblyRunStarted(
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId, instanceId!);
149
_module
,
150
_module
.TargetFramework ?? tfm,
192
_module
.TargetPath,
334
_output.TestCompleted(
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
350
_output.TestCompleted(
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
391
_module
.TargetPath,
444
_module
,
453
_module
,
454
_module
.TargetFramework ?? handshakeInfo.TargetFramework,
460
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
634
_output.HandshakeFailure(
_module
.TargetPath ??
_module
.ProjectFullPath ?? string.Empty,
_module
.TargetFramework, exitCode, outputData, errorData);