3 references to IsNodeInsideAttributeArguments
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\SyntaxTreeSemanticModel.vb (3)
1771If Not IsExpressionInValidContext(expression) OrElse IsNodeInsideAttributeArguments(expression) Then 1803If IsNodeInsideAttributeArguments(firstStatement) OrElse (firstStatement IsNot lastStatement AndAlso IsNodeInsideAttributeArguments(lastStatement)) Then