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