11 references to CreateRed
Microsoft.CodeAnalysis.CSharp (11)
Syntax\SyntaxFactory.cs (11)
1695return CreateRed<NameSyntax>(node, lexer.Options);
1719return CreateRed<TypeSyntax>(node, lexer.Options);
1738return CreateRed<ExpressionSyntax>(node, lexer.Options);
1757return CreateRed<StatementSyntax>(node, lexer.Options);
1781return CreateRed<MemberDeclarationSyntax>(consumeFullText ? parser.ConsumeUnexpectedTokens(node) : node, lexer.Options);
1801return CreateRed<CompilationUnitSyntax>(node, lexer.Options);
1820return CreateRed<ParameterListSyntax>(node, lexer.Options);
1839return CreateRed<BracketedParameterListSyntax>(node, lexer.Options);
1858return CreateRed<ArgumentListSyntax>(node, lexer.Options);
1877return CreateRed<BracketedArgumentListSyntax>(node, lexer.Options);
1903return CreateRed<AttributeArgumentListSyntax>(node, lexer.Options);