5 writes to _handle
Microsoft.VisualStudio.LanguageServices (5)
Interop\ComHandle.cs (5)
31_handle = null; 36_handle = handleOrManagedObject; 41_handle = (THandle)ComAggregate.TryGetWrapper(handleOrManagedObject); 50_handle = null; 63_handle = handle;
4 references to _handle
Microsoft.VisualStudio.LanguageServices (4)
Interop\ComHandle.cs (4)
75Debug.Assert(_handle == null || Marshal.IsComObject(_handle), "Invariant broken!"); 77if (_handle == null) 83return _handle;