5 references to ModifiedIdentifier
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\ParseQuery.vb (1)
165Return SyntaxFactory.ModifiedIdentifier(varName, Nothing, Nothing, Nothing)
Parser\Parser.vb (4)
2706Return SyntaxFactory.ModifiedIdentifier(id, Nothing, Nothing, Nothing) 2734Return SyntaxFactory.ModifiedIdentifier(id, optionalNullable, Nothing, Nothing) 2744Return SyntaxFactory.ModifiedIdentifier(id, optionalNullable, Nothing, Nothing) 3288Return SyntaxFactory.ModifiedIdentifier(elementType, optionalNullable, optionalArrayBounds, modifiersArr)