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,
336
_output.TestCompleted(
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
352
_output.TestCompleted(
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
393
_module
.TargetPath,
446
_module
,
455
_module
,
456
_module
.TargetFramework ?? handshakeInfo.TargetFramework,
462
_module
.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
636
_output.HandshakeFailure(
_module
.TargetPath ??
_module
.ProjectFullPath ?? string.Empty,
_module
.TargetFramework, exitCode, outputData, errorData);