2 writes to NextProcessIdIsNull
Aspire.Hosting.Browsers.Tests (2)
BrowserLogsBuilderExtensionsTests.cs (2)
1253NextProcessIdIsNull = true 1844NextProcessIdIsNull = false;
1 reference to NextProcessIdIsNull
Aspire.Hosting.Browsers.Tests (1)
BrowserLogsBuilderExtensionsTests.cs (1)
1832var processId = NextProcessIdIsNull ? (int?)null : NextProcessId ?? 1000 + sessionNumber;