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