11 references to CreateRed
Microsoft.CodeAnalysis.CSharp (11)
Syntax\SyntaxFactory.cs (11)
1725return CreateRed<NameSyntax>(node, lexer.Options); 1749return CreateRed<TypeSyntax>(node, lexer.Options); 1768return CreateRed<ExpressionSyntax>(node, lexer.Options); 1787return CreateRed<StatementSyntax>(node, lexer.Options); 1811return CreateRed<MemberDeclarationSyntax>(consumeFullText ? parser.ConsumeUnexpectedTokens(node) : node, lexer.Options); 1831return CreateRed<CompilationUnitSyntax>(node, lexer.Options); 1850return CreateRed<ParameterListSyntax>(node, lexer.Options); 1869return CreateRed<BracketedParameterListSyntax>(node, lexer.Options); 1888return CreateRed<ArgumentListSyntax>(node, lexer.Options); 1907return CreateRed<BracketedArgumentListSyntax>(node, lexer.Options); 1933return CreateRed<AttributeArgumentListSyntax>(node, lexer.Options);