2 instantiations of InteropGenerationOptions
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DownlevelLibraryImportGeneratorHelpers.cs (1)
51new MarshalAsMarshallingGeneratorResolver(new InteropGenerationOptions(UseMarshalType: true)),
Microsoft.Interop.SourceGeneration (1)
Marshalling\DefaultMarshallingGeneratorResolver.cs (1)
31new MarshalAsMarshallingGeneratorResolver(new InteropGenerationOptions(UseMarshalType: true)),
3 references to InteropGenerationOptions
Microsoft.Interop.SourceGeneration (3)
Marshalling\MarshalAsMarshallingGeneratorResolver.cs (2)
21private InteropGenerationOptions Options { get; } 23public MarshalAsMarshallingGeneratorResolver(InteropGenerationOptions options)
TypeNames.cs (1)
220public static string MarshalEx(InteropGenerationOptions options)