2 writes to EntryPoint
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\LibraryImportDiagnosticsAnalyzer.cs (1)
349
EntryPoint
= entryPoint,
LibraryImportGenerator.cs (1)
199
EntryPoint
= entryPoint,
3 references to EntryPoint
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\LibraryImportDiagnosticsAnalyzer.cs (1)
338
if (namedArguments.TryGetValue(nameof(LibraryImportCompilationData.
EntryPoint
), out TypedConstant entryPointValue))
LibraryImportGenerator.cs (1)
188
if (namedArguments.TryGetValue(nameof(LibraryImportCompilationData.
EntryPoint
), out TypedConstant entryPointValue))
parent\Common\LibraryImportData.cs (1)
17
EntryPoint = libraryImport.
EntryPoint
,