33 writes to Type
System.Runtime.InteropServices.JavaScript (33)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (33)
35Type = MarshalerType.Void 44Type = MarshalerType.Discard 53Type = MarshalerType.DiscardNoWait 62Type = MarshalerType.Boolean 71Type = MarshalerType.Byte 80Type = MarshalerType.Char 89Type = MarshalerType.Int16 99Type = MarshalerType.Int32 108Type = MarshalerType.Int52 117Type = MarshalerType.BigInt64 126Type = MarshalerType.Double 135Type = MarshalerType.Single 144Type = MarshalerType.IntPtr 153Type = MarshalerType.JSObject 162Type = MarshalerType.Object 171Type = MarshalerType.String 180Type = MarshalerType.Exception 189Type = MarshalerType.DateTime 198Type = MarshalerType.DateTimeOffset 211Type = MarshalerType.Nullable, 218Type = MarshalerType.Task 240Type = MarshalerType.Task, 255Type = MarshalerType.Array, 273Type = MarshalerType.ArraySegment, 289Type = MarshalerType.Span, 296Type = MarshalerType.Action 318Type = MarshalerType.Action, 335Type = MarshalerType.Action, 355Type = MarshalerType.Action, 372Type = MarshalerType.Function, 389Type = MarshalerType.Function, 409Type = MarshalerType.Function, 432Type = MarshalerType.Function,
27 references to Type
System.Runtime.InteropServices.JavaScript (27)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (2)
157signature.IsAsync = types[0]._signatureType.Type == MarshalerType.Task; 158signature.IsDiscardNoWait = types[0]._signatureType.Type == MarshalerType.DiscardNoWait;
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (25)
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;