2 instantiations of StringMarshallingInfoProvider
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
167
new TrackingStringMarshallingInfoProvider(new
StringMarshallingInfoProvider
(env.Compilation, diagnostics, unparsedAttributeData, defaultInfo)), // We need to mark when we see string types to ensure we offer a code-fix that adds the string marshalling info.
Microsoft.Interop.SourceGeneration (1)
DefaultMarshallingInfoParser.cs (1)
70
new
StringMarshallingInfoProvider
(env.Compilation, diagnostics, unparsedAttributeData, defaultInfo),