4 references to UpdateMethodModifiers
BoundTreeGenerator (4)
BoundNodeClassWriter.cs (4)
960
Write("public{1} {0} Update", node.Name, (emitNew ? " new" : "") + (string.IsNullOrEmpty(node.
UpdateMethodModifiers
) ? "" : (" " + node.
UpdateMethodModifiers
)));
1009
Write("Public{0} Function Update", (emitNew ? " Shadows" : "") + (string.IsNullOrEmpty(node.
UpdateMethodModifiers
) ? "" : (" " + node.
UpdateMethodModifiers
)));