7 references to JSVHandleFreeList
System.Runtime.InteropServices.JavaScript (7)
System\Runtime\InteropServices\JavaScript\JSProxyContext.cs (7)
288if (JSVHandleFreeList.Count > 0) 290var jsvHandle = JSVHandleFreeList[JSVHandleFreeList.Count - 1]; 291JSVHandleFreeList.RemoveAt(JSVHandleFreeList.Count - 1); 304JSVHandleFreeList.Add(jsvHandle); 575JSVHandleFreeList.Clear();