33 writes to Type
System.Runtime.InteropServices.JavaScript (33)
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (33)
35
Type
= MarshalerType.Void
44
Type
= MarshalerType.Discard
53
Type
= MarshalerType.DiscardNoWait
62
Type
= MarshalerType.Boolean
71
Type
= MarshalerType.Byte
80
Type
= MarshalerType.Char
89
Type
= MarshalerType.Int16
99
Type
= MarshalerType.Int32
108
Type
= MarshalerType.Int52
117
Type
= MarshalerType.BigInt64
126
Type
= MarshalerType.Double
135
Type
= MarshalerType.Single
144
Type
= MarshalerType.IntPtr
153
Type
= MarshalerType.JSObject
162
Type
= MarshalerType.Object
171
Type
= MarshalerType.String
180
Type
= MarshalerType.Exception
189
Type
= MarshalerType.DateTime
198
Type
= MarshalerType.DateTimeOffset
211
Type
= MarshalerType.Nullable,
218
Type
= MarshalerType.Task
240
Type
= MarshalerType.Task,
255
Type
= MarshalerType.Array,
273
Type
= MarshalerType.ArraySegment,
289
Type
= MarshalerType.Span,
296
Type
= MarshalerType.Action
318
Type
= MarshalerType.Action,
335
Type
= MarshalerType.Action,
355
Type
= MarshalerType.Action,
372
Type
= MarshalerType.Function,
389
Type
= MarshalerType.Function,
409
Type
= MarshalerType.Function,
432
Type
= MarshalerType.Function,
27 references to Type
System.Runtime.InteropServices.JavaScript (27)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (2)
157
signature.IsAsync = types[0]._signatureType.
Type
== MarshalerType.Task;
158
signature.IsDiscardNoWait = types[0]._signatureType.
Type
== MarshalerType.DiscardNoWait;
System\Runtime\InteropServices\JavaScript\JSMarshalerType.cs (25)
212
ResultMarshalerType = primitive._signatureType.
Type
241
ResultMarshalerType = result._signatureType.
Type
256
Arg1MarshalerType = element._signatureType.
Type
274
Arg1MarshalerType = element._signatureType.
Type
290
Arg1MarshalerType = element._signatureType.
Type
319
Arg1MarshalerType = arg1._signatureType.
Type
336
Arg1MarshalerType = arg1._signatureType.
Type
,
337
Arg2MarshalerType = arg2._signatureType.
Type
,
356
Arg1MarshalerType = arg1._signatureType.
Type
,
357
Arg2MarshalerType = arg2._signatureType.
Type
,
358
Arg3MarshalerType = arg3._signatureType.
Type
,
373
ResultMarshalerType = result._signatureType.
Type
,
390
Arg1MarshalerType = arg1._signatureType.
Type
,
391
ResultMarshalerType = result._signatureType.
Type
,
410
Arg1MarshalerType = arg1._signatureType.
Type
,
411
Arg2MarshalerType = arg2._signatureType.
Type
,
412
ResultMarshalerType = result._signatureType.
Type
,
433
Arg1MarshalerType = arg1._signatureType.
Type
,
434
Arg2MarshalerType = arg2._signatureType.
Type
,
435
Arg3MarshalerType = arg3._signatureType.
Type
,
436
ResultMarshalerType = result._signatureType.
Type
,
442
MarshalerType underlying = underlyingType._signatureType.
Type
;
461
MarshalerType underlying = underlyingType._signatureType.
Type
;
475
MarshalerType underlying = underlyingType._signatureType.
Type
;
486
MarshalerType underlying = underlyingType._signatureType.
Type
;