5 references to ToValueKind
System.Text.Json (5)
System\Text\Json\Document\JsonElement.cs (2)
47
public JsonValueKind ValueKind => TokenType.
ToValueKind
();
364
throw ThrowHelper.GetJsonElementWrongTypeException(nameof(Boolean), actualType.
ToValueKind
());
System\Text\Json\Nodes\JsonValueOfTCustomized.cs (1)
60
return JsonReaderHelper.
ToValueKind
(reader.TokenType);
System\Text\Json\ThrowHelper.cs (2)
335
throw GetJsonElementWrongTypeException(expectedType.
ToValueKind
(), actualType.
ToValueKind
());