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