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