5 references to GetField
BoundTreeGenerator (5)
BoundNodeClassWriter.cs (5)
425
let mostSpecific =
GetField
(node, field.Name)
571
let mostSpecific =
GetField
(node, field.Name)
774
Field f =
GetField
(node, fieldName);
818
return
GetField
(BaseType(node), fieldName);
953
Comma(AllSpecifiableFields(node), field => string.Format("{0} {1}",
GetField
(node, field.Name).Type, ToCamelCase(field.Name)));