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