3 references to MoveToFirstChild
Microsoft.CodeAnalysis.CSharp (3)
Parser\Blender.cs (1)
73_oldTreeCursor = Cursor.FromRoot(oldTree).MoveToFirstChild();
Parser\Blender.Cursor.cs (1)
184cursor = cursor.MoveToFirstChild();
Parser\Blender.Reader.cs (1)
95_oldTreeCursor = _oldTreeCursor.MoveToFirstChild();