2 writes to _signatureType
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (2)
21_signatureType = JSMarshalerType.Void._signatureType; 26_signatureType = signatureType;
31 references to _signatureType
System.Runtime.InteropServices.JavaScript (31)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (5)
142signature.Exception = JSMarshalerType.Exception._signatureType; 143signature.Result = types[0]._signatureType; 155var type = signature.Sigs[i] = types[i + 1]._signatureType; 157signature.IsAsync = types[0]._signatureType.Type == MarshalerType.Task; 158signature.IsDiscardNoWait = types[0]._signatureType.Type == MarshalerType.DiscardNoWait;
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (26)
21_signatureType = JSMarshalerType.Void._signatureType; 212ResultMarshalerType = primitive._signatureType.Type 241ResultMarshalerType = result._signatureType.Type 256Arg1MarshalerType = element._signatureType.Type 274Arg1MarshalerType = element._signatureType.Type 290Arg1MarshalerType = element._signatureType.Type 319Arg1MarshalerType = arg1._signatureType.Type 336Arg1MarshalerType = arg1._signatureType.Type, 337Arg2MarshalerType = arg2._signatureType.Type, 356Arg1MarshalerType = arg1._signatureType.Type, 357Arg2MarshalerType = arg2._signatureType.Type, 358Arg3MarshalerType = arg3._signatureType.Type, 373ResultMarshalerType = result._signatureType.Type, 390Arg1MarshalerType = arg1._signatureType.Type, 391ResultMarshalerType = result._signatureType.Type, 410Arg1MarshalerType = arg1._signatureType.Type, 411Arg2MarshalerType = arg2._signatureType.Type, 412ResultMarshalerType = result._signatureType.Type, 433Arg1MarshalerType = arg1._signatureType.Type, 434Arg2MarshalerType = arg2._signatureType.Type, 435Arg3MarshalerType = arg3._signatureType.Type, 436ResultMarshalerType = result._signatureType.Type, 442MarshalerType underlying = underlyingType._signatureType.Type; 461MarshalerType underlying = underlyingType._signatureType.Type; 475MarshalerType underlying = underlyingType._signatureType.Type; 486MarshalerType underlying = underlyingType._signatureType.Type;