3 instantiations of LibraryImportCompilationData
Microsoft.Interop.LibraryImportGenerator.Downlevel (3)
DownlevelLibraryImportDiagnosticsAnalyzer.cs (1)
267return new LibraryImportCompilationData(attrData.ConstructorArguments[0].Value!.ToString())
DownlevelLibraryImportGenerator.cs (2)
142return new LibraryImportCompilationData(attrData.ConstructorArguments[0].Value!.ToString()) 179new 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)
116private static LibraryImportCompilationData? ProcessLibraryImportAttribute(AttributeData attrData) 133if (namedArguments.TryGetValue(nameof(LibraryImportCompilationData.EntryPoint), out TypedConstant entryPointValue)) 177LibraryImportCompilationData 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)