2 writes to _delayInMilliseconds
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Utilities\ResettableDelay.cs (2)
30_delayInMilliseconds = delayInMilliseconds; 40_delayInMilliseconds = 0;
2 references to _delayInMilliseconds
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Utilities\ResettableDelay.cs (2)
63if (!await expeditableDelaySource.Delay(TimeSpan.FromMilliseconds(_delayInMilliseconds), cancellationToken).ConfigureAwait(false)) 69while (Environment.TickCount - _lastSetTime < _delayInMilliseconds);