1 instantiation of TransientTestProcess
Microsoft.Build.UnitTests.Shared (1)
TestEnvironment.cs (1)
346TransientTestProcess transientTestProcess = new(processId);
2 references to TransientTestProcess
Microsoft.Build.UnitTests.Shared (2)
TestEnvironment.cs (2)
344public TransientTestProcess WithTransientProcess(int processId) 346TransientTestProcess transientTestProcess = new(processId);