1 implementation of LocalPath
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
56string? IDeploymentAwareTestRequestHandler.LocalPath { get; set; }
3 writes to LocalPath
testhost (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
102deployedHandler.LocalPath = localPath;
testhost.arm64 (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
102deployedHandler.LocalPath = localPath;
testhost.x86 (1)
DefaultEngineInvoker.cs (1)
102deployedHandler.LocalPath = localPath;
1 reference to LocalPath
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
118var localPath = Environment.GetEnvironmentVariable("VSTEST_UWP_DEPLOY_LOCAL_PATH") ?? self.LocalPath;