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