1 write to Column
xunit.console (1)
common\Json.cs (1)
104
_token.
Column
= _column;
9 references to Column
xunit.console (9)
common\Json.cs (9)
41
: base(token.Line, token.
Column
)
421
return new JsonString(next.Value, next.Line, next.
Column
);
431
return new JsonNull(next.Line, next.
Column
);
476
return new JsonArray(list.ToArray(), head.Line, head.
Column
);
545
return new JsonObject(dictionary, head.Line, head.
Column
);
569
Column = nextToken.
Column
;
679
: base(token.Line, token.
Column
)
692
token.
Column
);
700
token.
Column
);