1 write to _compilation
Microsoft.Interop.SourceGeneration (1)
StringMarshallingInfoProvider.cs (1)
22
_compilation
= compilation;
3 references to _compilation
Microsoft.Interop.SourceGeneration (3)
StringMarshallingInfoProvider.cs (3)
54
_compilation
);
62
CharEncoding.Utf16 => CustomMarshallingInfoHelper.CreateMarshallingInfoByMarshallerTypeName(
_compilation
, type, TypeNames.Utf16StringMarshaller),
63
CharEncoding.Utf8 => CustomMarshallingInfoHelper.CreateMarshallingInfoByMarshallerTypeName(
_compilation
, type, TypeNames.Utf8StringMarshaller),