2 instantiations of LibraryImportCompilationData
Microsoft.Interop.LibraryImportGenerator.Downlevel (2)
DownlevelLibraryImportGenerator.cs (2)
154return new LibraryImportCompilationData(attrData.ConstructorArguments[0].Value!.ToString()) 198new LibraryImportCompilationData("INVALID_CSHARP_SYNTAX");
5 references to LibraryImportCompilationData
Microsoft.Interop.LibraryImportGenerator.Downlevel (5)
DownlevelLibraryImportGenerator.cs (3)
128private static LibraryImportCompilationData? ProcessLibraryImportAttribute(AttributeData attrData) 145if (namedArguments.TryGetValue(nameof(LibraryImportCompilationData.EntryPoint), out TypedConstant entryPointValue)) 196LibraryImportCompilationData 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 14public static LibraryImportData From(LibraryImportCompilationData libraryImport)