6 references to Custom
Microsoft.Interop.LibraryImportGenerator.Downlevel (2)
DownlevelLibraryImportGeneratorHelpers.cs (2)
22
StringMarshalling.Custom => CharEncoding.
Custom
,
28
defaultEncoding = CharEncoding.
Custom
;
Microsoft.Interop.SourceGeneration (4)
DefaultMarshallingInfoParser.cs (2)
42
StringMarshalling.Custom => CharEncoding.
Custom
,
48
defaultEncoding = CharEncoding.
Custom
;
Marshalling\CharMarshallingGeneratorResolver.cs (1)
67
case CharEncoding.
Custom
:
StringMarshallingInfoProvider.cs (1)
36
else if (_defaultMarshallingInfo.CharEncoding == CharEncoding.
Custom
)