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