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); 62CharEncoding.Utf16 => CustomMarshallingInfoHelper.CreateMarshallingInfoByMarshallerTypeName(_compilation, type, TypeNames.Utf16StringMarshaller), 63CharEncoding.Utf8 => CustomMarshallingInfoHelper.CreateMarshallingInfoByMarshallerTypeName(_compilation, type, TypeNames.Utf8StringMarshaller),