3 writes to Value
xunit.console (3)
common\Json.cs (3)
102_token.Value = ((char)first).ToString(); 133_token.Value = ReadString(); 153_token.Value = ReadNumber(first);
5 references to Value
xunit.console (5)
common\Json.cs (5)
395JsonDeserializerResource.Format_UnfinishedJSON(nextToken.Value), 421return new JsonString(next.Value, next.Line, next.Column); 440next.Value, "'{', '[', true, false, null, JSON string, JSON number, or the end of the file"), 513var memberName = next.Value; 683_raw = token.Value;