4 references to NativeMethods
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\ProjectCodeModelFactory.cs (4)
192var result = NativeMethods.GetQueueStatus(NativeMethods.QS_INPUT); 194const uint InputMask = NativeMethods.QS_INPUT | (NativeMethods.QS_INPUT << 16);