2 writes to EntryPoint
Microsoft.Interop.LibraryImportGenerator (2)
LibraryImportGenerator.cs (1)
354LibraryImportData pinvokeData = stub.LibraryImportData with { EntryPoint = stub.LibraryImportData.EntryPoint ?? userDeclaredMethod.Identifier.ValueText };
parent\Common\LibraryImportData.cs (1)
17EntryPoint = libraryImport.EntryPoint,
3 references to EntryPoint
Microsoft.Interop.LibraryImportGenerator (3)
LibraryImportGenerator.cs (3)
354LibraryImportData pinvokeData = stub.LibraryImportData with { EntryPoint = stub.LibraryImportData.EntryPoint ?? userDeclaredMethod.Identifier.ValueText }; 404Literal(libraryImportData.EntryPoint ?? stubMethodName))), 455CreateStringExpressionSyntax(target.EntryPoint)),