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