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