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
list
IList<SyntaxNode>List of SyntaxNode objects to fill.
root
SyntaxNodeRoot node contains nodes to fill.
types
SyntaxKind[]List of SyntaxKind that determines the selection condition.