2 instantiations of LibraryImportCompilationData
Microsoft.Interop.LibraryImportGenerator (2)
LibraryImportGenerator.cs (2)
212
return new
LibraryImportCompilationData
(attrData.ConstructorArguments[0].Value!.ToString())
275
new
LibraryImportCompilationData
("INVALID_CSHARP_SYNTAX");
5 references to LibraryImportCompilationData
Microsoft.Interop.LibraryImportGenerator (5)
LibraryImportGenerator.cs (3)
186
private static
LibraryImportCompilationData
? ProcessLibraryImportAttribute(AttributeData attrData)
203
if (namedArguments.TryGetValue(nameof(
LibraryImportCompilationData
.EntryPoint), out TypedConstant entryPointValue))
273
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)