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