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) 418return new JsonString(next.Value, next.Line, next.Column); 428return new JsonNull(next.Line, next.Column); 473return new JsonArray(list.ToArray(), head.Line, head.Column); 542return new JsonObject(dictionary, head.Line, head.Column); 566Column = nextToken.Column; 676: base(token.Line, token.Column) 689token.Column); 697token.Column);