4 instantiations of MarshallingInfoParser
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
154return new MarshallingInfoParser(
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSSignatureContext.cs (1)
39var jsMarshallingAttributeParser = new MarshallingInfoParser(
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DownlevelLibraryImportGeneratorHelpers.cs (1)
36return new MarshallingInfoParser(
Microsoft.Interop.SourceGeneration (1)
DefaultMarshallingInfoParser.cs (1)
57return new MarshallingInfoParser(
9 references to MarshallingInfoParser
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
146private static MarshallingInfoParser CreateComImportMarshallingInfoParser(StubEnvironment env, GeneratorDiagnosticsBag diagnostics, IMethodSymbol method, AttributeData unparsedAttributeData)
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSSignatureContext.cs (1)
39var jsMarshallingAttributeParser = new MarshallingInfoParser(
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DownlevelLibraryImportGeneratorHelpers.cs (1)
12public static MarshallingInfoParser CreateMarshallingInfoParser(StubEnvironment env, GeneratorDiagnosticsBag diagnostics, IMethodSymbol method, InteropAttributeCompilationData interopAttributeData)
Microsoft.Interop.SourceGeneration (6)
DefaultMarshallingInfoParser.cs (3)
10/// Factory class for creating a <see cref="MarshallingInfoParser"/> instance that can parse marshalling information supported by .NET interop source generators. 15/// Creates a <see cref="MarshallingInfoParser"/> instance for parsing marshalling information from attributes 32public static MarshallingInfoParser Create(StubEnvironment env, GeneratorDiagnosticsBag diagnostics, IMethodSymbol method, InteropAttributeCompilationData interopAttributeData, AttributeData unparsedAttributeData)
MarshallingInfoParser.cs (1)
184/// Construct a new <see cref="MarshallingInfoParser"/>.
SignatureContext.cs (2)
57MarshallingInfoParser marshallingInfoParser, 103MarshallingInfoParser marshallingInfoParser,