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