4 references to Comma
BoundTreeGenerator (4)
BoundNodeClassWriter.cs (4)
391
Comma
(items, func);
398
Comma
(items, x => x);
953
Comma
(AllSpecifiableFields(node), field => string.Format("{0} {1}", GetField(node, field.Name).Type, ToCamelCase(field.Name)));
1002
Comma
(AllSpecifiableFields(node), field => string.Format("{1} As {0}", field.Type, ToCamelCase(field.Name)));