1 write to _gcHandle
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializerService_Reference.cs (1)
573
=>
_gcHandle
= GCHandle.Alloc(array, GCHandleType.Pinned);
3 references to _gcHandle
Microsoft.CodeAnalysis.Workspaces (3)
Serialization\SerializerService_Reference.cs (3)
576
=>
_gcHandle
.AddrOfPinnedObject();
580
if (
_gcHandle
.IsAllocated)
582
_gcHandle
.Free();