2 instantiations of ComInterfaceMarshallingInfoProvider
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
162new ComInterfaceMarshallingInfoProvider(env.Compilation)),
Microsoft.Interop.SourceGeneration (1)
DefaultMarshallingInfoParser.cs (1)
65new ComInterfaceMarshallingInfoProvider(env.Compilation)),
2 references to ComInterfaceMarshallingInfoProvider
Microsoft.Interop.SourceGeneration (2)
MarshalAsWithCustomMarshallersParser.cs (2)
48: ComInterfaceMarshallingInfoProvider.CreateComInterfaceMarshallingInfo(_compilation, type); 68elementMarshallingInfo = ComInterfaceMarshallingInfoProvider.CreateComInterfaceMarshallingInfo(_compilation, elementType);