Treat each C# generic type constraint, where T: ..., as a line.
Add C# keyword: where
Add Token Types: CSharpGenericTypeConstraint, CSharpGenericTypeConstraintColon, CSharpGenericTypeConstraintComma.
This patch does not wrap generic type constraints well, that will be addressed in a follow up patch.
If you remove the reference from parseRecored (see comment there), consider removing the ConsumeBrace argument -- all other references set it to false.
We can add this later when we need it.