8 references to NativeMethods
Microsoft.VisualStudio.LanguageServices (8)
CodeMarkers\ManagedCodeMarkers.cs (8)
134_shouldUseTestDll = NativeMethods.GetModuleHandle(ProductDllName) == IntPtr.Zero; 158_state = (NativeMethods.FindAtom(AtomName) != 0) ? State.Enabled : State.Disabled; 177NativeMethods.TestDllPerfCodeMarker(nTimerID, null, 0); 181NativeMethods.ProductDllPerfCodeMarker(nTimerID, null, 0); 218NativeMethods.TestDllPerfCodeMarker(nTimerID, aBuff, aBuff.Length); 222NativeMethods.ProductDllPerfCodeMarker(nTimerID, aBuff, aBuff.Length); 284NativeMethods.TestDllPerfCodeMarkerString(nTimerID, stringData, byteCount); 288NativeMethods.ProductDllPerfCodeMarkerString(nTimerID, stringData, byteCount);