1 write to Column
xunit.console (1)
common\Json.cs (1)
101
_token.
Column
= _column;
9 references to Column
xunit.console (9)
common\Json.cs (9)
38
: base(token.Line, token.
Column
)
418
return new JsonString(next.Value, next.Line, next.
Column
);
428
return new JsonNull(next.Line, next.
Column
);
473
return new JsonArray(list.ToArray(), head.Line, head.
Column
);
542
return new JsonObject(dictionary, head.Line, head.
Column
);
566
Column = nextToken.
Column
;
676
: base(token.Line, token.
Column
)
689
token.
Column
);
697
token.
Column
);