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