5 writes to _handle
Microsoft.VisualStudio.LanguageServices (5)
Interop\ComHandle.cs (5)
32_handle = null; 37_handle = handleOrManagedObject; 42_handle = (THandle)ComAggregate.TryGetWrapper(handleOrManagedObject); 51_handle = null; 64_handle = handle;
4 references to _handle
Microsoft.VisualStudio.LanguageServices (4)
Interop\ComHandle.cs (4)
76Debug.Assert(_handle == null || Marshal.IsComObject(_handle), "Invariant broken!"); 78if (_handle == null) 84return _handle;