3 instantiations of LibraryImportCompilationData
Microsoft.Interop.LibraryImportGenerator.Downlevel (3)
DownlevelLibraryImportDiagnosticsAnalyzer.cs (1)
267return new LibraryImportCompilationData(attrData.ConstructorArguments[0].Value!.ToString())
DownlevelLibraryImportGenerator.cs (2)
176return new LibraryImportCompilationData(attrData.ConstructorArguments[0].Value!.ToString()) 213new LibraryImportCompilationData("INVALID_CSHARP_SYNTAX");
8 references to LibraryImportCompilationData
Microsoft.Interop.LibraryImportGenerator.Downlevel (8)
DownlevelLibraryImportDiagnosticsAnalyzer.cs (3)
167LibraryImportCompilationData? libraryImportData = ProcessLibraryImportAttribute(libraryImportAttr); 241private static LibraryImportCompilationData? ProcessLibraryImportAttribute(AttributeData attrData) 258if (namedArguments.TryGetValue(nameof(LibraryImportCompilationData.EntryPoint), out TypedConstant entryPointValue))
DownlevelLibraryImportGenerator.cs (3)
150private static LibraryImportCompilationData? ProcessLibraryImportAttribute(AttributeData attrData) 167if (namedArguments.TryGetValue(nameof(LibraryImportCompilationData.EntryPoint), out TypedConstant entryPointValue)) 211LibraryImportCompilationData 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)