3 references to GetChildPosition
CSharpSyntaxGenerator (3)
SourceWriter.cs (3)
867
WriteLine($"return slot != null ? new SyntaxToken(this, slot, {
GetChildPosition
(i)}, {GetChildIndex(i)}) : default;");
873
WriteLine($" => new SyntaxToken(this, ((InternalSyntax.{node.Name})this.Green).{CamelCase(field.Name)}, {
GetChildPosition
(i)}, {GetChildIndex(i)});");
884
WriteLine($"return slot != null ? new SyntaxTokenList(this, slot, {
GetChildPosition
(i)}, {GetChildIndex(i)}) : default;");