1 instantiation of SafeHandleLease
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\SafeHandleExtensions.cs (1)
36
return new
SafeHandleLease
(handle);
2 references to SafeHandleLease
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Extensions\SafeHandleExtensions.cs (2)
24
/// <returns>A <see cref="
SafeHandleLease
"/>, which must be disposed to release the resource.</returns>
26
public static
SafeHandleLease
Lease(this SafeHandle handle)