Source Generator InterfaceDecleration-IdentifierToken Syntax Tree Issue

Hellos, I have the following source generator, I can read metadata of methods within namespace and can retrieve InterfaceDecleration node as expected. But following code is not retrieving IdentifierToken node. I couldn't figure it out need some guide
2 Replies
atakancracker
atakancracker2y ago
atakancracker
atakancracker2y ago
using ChildNodesAndToken() instead ChildNodes() fixed my issue