No it doesn’t matter: (source)
A new query with NoTracking applied, or the source query if NoTracking is not supported.
So you either do it in the beginning and you expand the “new” query with the method chain, or you do it in the end and then get the “new” query. As long as you call it before the query is executed you’re fine.