6 references to DefaultMarshallingInfoParser
Microsoft.Interop.ComInterfaceGenerator (2)
ComInterfaceGenerator.cs (1)
277DefaultMarshallingInfoParser.Create(
VtableIndexStubGenerator.cs (1)
279DefaultMarshallingInfoParser.Create(environment, generatorDiagnostics, symbol, virtualMethodIndexData, virtualMethodIndexAttr),
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\ConvertToLibraryImportAnalyzer.cs (1)
145DefaultMarshallingInfoParser.Create(env, diagnostics, method, CreateInteropAttributeDataFromDllImport(dllImportData), dllImportAttribute),
LibraryImportGenerator.cs (1)
293DefaultMarshallingInfoParser.Create(environment, generatorDiagnostics, symbol, libraryImportData, generatedDllImportAttr),
Microsoft.Interop.SourceGeneration (2)
Marshalling\DefaultMarshallingGeneratorResolver.cs (2)
14/// Creates a marshalling generator resolver with support for all marshalling information generated by <see cref="DefaultMarshallingInfoParser"/>. 20/// <returns>A marshalling generator with support for marshalling types supported by <see cref="DefaultMarshallingInfoParser"/> as well as any types supported by the additional resolvers.</returns>