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) 421return new JsonString(next.Value, next.Line, next.Column); 431return new JsonNull(next.Line, next.Column); 476return new JsonArray(list.ToArray(), head.Line, head.Column); 545return new JsonObject(dictionary, head.Line, head.Column); 569Column = nextToken.Column; 679: base(token.Line, token.Column) 692token.Column); 700token.Column);