3 writes to Value
xunit.console (3)
common\Json.cs (3)
99_token.Value = ((char)first).ToString(); 130_token.Value = ReadString(); 150_token.Value = ReadNumber(first);
5 references to Value
xunit.console (5)
common\Json.cs (5)
392JsonDeserializerResource.Format_UnfinishedJSON(nextToken.Value), 418return new JsonString(next.Value, next.Line, next.Column); 437next.Value, "'{', '[', true, false, null, JSON string, JSON number, or the end of the file"), 510var memberName = next.Value; 680_raw = token.Value;