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