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