1 write to s_taskGetResultMethodInfo
System.Runtime.InteropServices.JavaScript (1)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (1)
55s_taskGetResultMethodInfo = typeof(Task<>).GetMethod(TaskGetResultName);
2 references to s_taskGetResultMethodInfo
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (2)
53if (s_taskGetResultMethodInfo == null) 58if (getter != null && getter.HasSameMetadataDefinitionAs(s_taskGetResultMethodInfo!))