5 references to StableStartTimeMatchTolerance
aspire (5)
src\Shared\ProcessStartTimeHelper.cs (5)
24/// <see cref="StableStartTimeMatchTolerance"/>. 135/// <param name="tolerance">Allowed difference between the expected and observed start time. Defaults to <see cref="StableStartTimeMatchTolerance"/>.</param> 289/// process. Defaults to <see cref="StableStartTimeMatchTolerance"/> so a within-tick rounding 295/// <param name="tolerance">Optional allowed difference; defaults to <see cref="StableStartTimeMatchTolerance"/>.</param> 298var toleranceMilliseconds = (long)(tolerance ?? StableStartTimeMatchTolerance).TotalMilliseconds;