2 references to IsInputPending
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Utilities\ForegroundThreadAffinitizedObject.cs (1)
74if (IsForeground() && !IsInputPending())
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ProjectCodeModelFactory.cs (1)
118if (stopwatch.Elapsed.Ticks > MaxTimeSlice || IsInputPending())