5 references to Utf8
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DownlevelLibraryImportGeneratorHelpers.cs (1)
21StringMarshalling.Utf8 => CharEncoding.Utf8,
Microsoft.Interop.SourceGeneration (4)
DefaultMarshallingInfoParser.cs (1)
41StringMarshalling.Utf8 => CharEncoding.Utf8,
Marshalling\CharMarshallingGeneratorResolver.cs (2)
62case CharEncoding.Utf8: 65NotSupportedDetails = SR.Format(SR.MarshallingCharAsSpecifiedStringMarshallingNotSupported, nameof(CharEncoding.Utf8))
StringMarshallingInfoProvider.cs (1)
63CharEncoding.Utf8 => CustomMarshallingInfoHelper.CreateMarshallingInfoByMarshallerTypeName(_compilation, type, TypeNames.Utf8StringMarshaller),