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)
75
Debug.Assert(
_handle
== null || Marshal.IsComObject(
_handle
), "Invariant broken!");
77
if (
_handle
== null)
83
return
_handle
;