2 instantiations of LibraryImportCompilationData
Microsoft.Interop.LibraryImportGenerator.Downlevel (2)
DownlevelLibraryImportGenerator.cs (2)
154
return new
LibraryImportCompilationData
(attrData.ConstructorArguments[0].Value!.ToString())
198
new
LibraryImportCompilationData
("INVALID_CSHARP_SYNTAX");
5 references to LibraryImportCompilationData
Microsoft.Interop.LibraryImportGenerator.Downlevel (5)
DownlevelLibraryImportGenerator.cs (3)
128
private static
LibraryImportCompilationData
? ProcessLibraryImportAttribute(AttributeData attrData)
145
if (namedArguments.TryGetValue(nameof(
LibraryImportCompilationData
.EntryPoint), out TypedConstant entryPointValue))
196
LibraryImportCompilationData
libraryImportData =
src\libraries\System.Runtime.InteropServices\gen\Common\LibraryImportData.cs (2)
8
/// See <seealso cref="
LibraryImportCompilationData
"/> for a type with a reference to the StringMarshallingCustomType
14
public static LibraryImportData From(
LibraryImportCompilationData
libraryImport)