7 references to DefaultMarshallingInfoParser
Microsoft.Interop.ComInterfaceGenerator (2)
ComInterfaceGenerator.cs (1)
291DefaultMarshallingInfoParser.Create(
VtableIndexStubGenerator.cs (1)
264DefaultMarshallingInfoParser.Create(environment, generatorDiagnostics, symbol, virtualMethodIndexData, virtualMethodIndexAttr),
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\ConvertToLibraryImportAnalyzer.cs (1)
145DefaultMarshallingInfoParser.Create(env, diagnostics, method, CreateInteropAttributeDataFromDllImport(dllImportData), dllImportAttribute),
Analyzers\LibraryImportDiagnosticsAnalyzer.cs (1)
211DefaultMarshallingInfoParser.Create(environment, generatorDiagnostics, symbol, libraryImportData, libraryImportAttr),
LibraryImportGenerator.cs (1)
261DefaultMarshallingInfoParser.Create(environment, discardedDiagnostics, 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>