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