2 references to IsParentKind
Microsoft.CodeAnalysis.VisualBasic.Features (2)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (2)
1048
Contract.ThrowIfFalse(node.
IsParentKind
(SyntaxKind.ParameterList, SyntaxKind.TypeParameterList))
1054
If editKind <> EditKind.Delete AndAlso node.
IsParentKind
(SyntaxKind.PropertyBlock, SyntaxKind.EventBlock) Then