2 references to Utf16StringMarshaller
Microsoft.Interop.SourceGeneration (2)
MarshalAsWithCustomMarshallersParser.cs (1)
104
UnmanagedType.LPTStr or UnmanagedType.LPWStr => TypeNames.
Utf16StringMarshaller
,
StringMarshallingInfoProvider.cs (1)
62
CharEncoding.Utf16 => CustomMarshallingInfoHelper.CreateMarshallingInfoByMarshallerTypeName(_compilation, type, TypeNames.
Utf16StringMarshaller
),