Lines Matching refs:DebugHelper

121DebugHelper.Assert(TimeSource.ElapsedVirtualTime >= TotalElapsedTime, $"Trying to move time handle…  in Reset()
138DebugHelper.Assert(IsReadyForNewTimeGrant, "Interval granted, but the handle is not ready for a ne… in GrantTimeInterval()
174DebugHelper.Assert(isBlocking || !enabled, "This handle should be blocking or disabled"); in UnblockHandle()
207DebugHelper.Assert(!sinkSideInProgress, "Requested a new time interval, but the previous one is st… in RequestTimeInterval()
230 DebugHelper.Assert(!grantPending, "New grant not expected when blocked."); in RequestTimeInterval()
231 DebugHelper.Assert(!waitsToBeUnblocked, "Should not wait to be unblocked"); in RequestTimeInterval()
249DebugHelper.Assert(waitsToBeUnblocked, "Expected only one condition to change"); in RequestTimeInterval()
259DebugHelper.Assert(!waitsToBeUnblocked, "Should not wait to be unblocked here"); in RequestTimeInterval()
260DebugHelper.Assert(!deferredUnlatch, "Unexpected value of deferredUnlatch"); in RequestTimeInterval()
286DebugHelper.Assert(reportedTimeResiduum == TimeInterval.Empty, "Reported time residuum should be e… in RequestTimeInterval()
348DebugHelper.Assert(sinkSideInProgress, "Reporting a used time, but it seems that no grant has rece… in ReportBackAndContinue()
351DebugHelper.Assert(slaveTimeResiduum == TimeInterval.Empty, "Time residuum should be empty here."); in ReportBackAndContinue()
382DebugHelper.Assert(sinkSideInProgress, "Reporting a used time, but it seems that no grant has rece… in ReportBackAndBreak()
458 …Debugging.DebugHelper.Assert(sourceSideInProgress, "About to wait until time is used, but it seems… in WaitUntilDone()
468 … Debugging.DebugHelper.Assert(!deferredUnlatch, "Unexpected state of deferredUnlatch"); in WaitUntilDone()
489 Debugging.DebugHelper.Assert(reportedSoFar <= intervalUsed); in WaitUntilDone()
546 DebugHelper.Assert(latchLevel > 0, "Tried to unlatch not latched handle"); in Unlatch()
707DebugHelper.Assert(!sinkSideInProgress, "Should not change sink side active state when sink is in …
833DebugHelper.Assert(!sinkSideInProgress, "Trying to save a time handle that processes a time grant"… in VerifyStateBeforeSerialization()