10 references to UnicodeChar
ILCompiler.ReadyToRun (10)
Interop\IL\Marshaller.ReadyToRun.cs (1)
16
case MarshallerKind.
UnicodeChar
:
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (7)
88
case MarshallerKind.
UnicodeChar
:
307
return MarshallerKind.
UnicodeChar
;
313
return MarshallerKind.
UnicodeChar
;
483
else if (elementMarshallerKind == MarshallerKind.
UnicodeChar
// Arrays of unicode char should be marshalled as blittable arrays
572
elementMarshallerKind = MarshallerKind.
UnicodeChar
;
710
return MarshallerKind.
UnicodeChar
;
715
return MarshallerKind.
UnicodeChar
;
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (1)
380
case MarshallerKind.
UnicodeChar
:
parent\parent\Common\TypeSystem\Interop\IL\MarshalUtils.cs (1)
62
&& marshallerKind != MarshallerKind.
UnicodeChar
)