2 writes to EntryPoint
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\LibraryImportDiagnosticsAnalyzer.cs (1)
265
EntryPoint
= entryPoint,
LibraryImportGenerator.cs (1)
192
EntryPoint
= entryPoint,
3 references to EntryPoint
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\LibraryImportDiagnosticsAnalyzer.cs (1)
254
if (namedArguments.TryGetValue(nameof(LibraryImportCompilationData.
EntryPoint
), out TypedConstant entryPointValue))
LibraryImportGenerator.cs (1)
181
if (namedArguments.TryGetValue(nameof(LibraryImportCompilationData.
EntryPoint
), out TypedConstant entryPointValue))
src\libraries\System.Runtime.InteropServices\gen\Common\LibraryImportData.cs (1)
17
EntryPoint = libraryImport.
EntryPoint
,