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