Method GetNodeList
GetNodeList(IList<SyntaxNode>, SyntaxNode, SyntaxKind[])
Fills given list of SyntaxNode obtained from specified document at the given position.
public static void GetNodeList(IList<SyntaxNode> list, SyntaxNode root, SyntaxKind[] types)
Parameters
listIList<SyntaxNode>List of SyntaxNode objects to fill.
rootSyntaxNodeRoot node contains nodes to fill.
typesSyntaxKind[]List of SyntaxKind that determines the selection condition.