4 references to NativeMethods
Microsoft.CodeAnalysis.EditorFeatures (4)
Shared\Utilities\ForegroundThreadAffinitizedObject.cs (4)
109var result = NativeMethods.GetQueueStatus(NativeMethods.QS_INPUT); 111const uint InputMask = NativeMethods.QS_INPUT | (NativeMethods.QS_INPUT << 16);